--- old/src/share/classes/java/util/logging/StreamHandler.java 2014-04-18 06:24:48.039001688 -0700 +++ new/src/share/classes/java/util/logging/StreamHandler.java 2014-04-18 06:24:47.870000535 -0700 @@ -71,7 +71,7 @@ *
  • com.foo.MyHandler.level=INFO
  • *
  • com.foo.MyHandler.formatter=java.util.logging.SimpleFormatter
  • * - *

    + * * @since 1.4 */ @@ -91,7 +91,7 @@ /** * Create a StreamHandler with a given Formatter * and output stream. - *

    + * * @param out the target output stream * @param formatter Formatter to be used to format output */ @@ -224,7 +224,7 @@ * This method checks if the LogRecord has an appropriate level and * whether it satisfies any Filter. It will also return false if * no output stream has been assigned yet or the LogRecord is null. - *

    + * * @param record a LogRecord * @return true if the LogRecord would be logged. *