Embed presentation
Download to read offline




The document discusses suppressing a warning from using System.out.print in Java code. It recommends using a logger instead, and mentions that adding @SuppressWarnings removes the warning but Eclipse complains it is unsupported, despite it working. It provides a solution to ignore the unsupported warning in Eclipse settings.



