Index: src/main/java/java/util/logging/StreamHandler.java =================================================================== --- src/main/java/java/util/logging/StreamHandler.java (revision 537769) +++ src/main/java/java/util/logging/StreamHandler.java (working copy) @@ -27,24 +27,20 @@ /** * A StreamHandler object writes log messages to an output - * stream, that is, objects of the class java.io.OutputStream. + * stream, that is, an object of type java.io.OutputStream. *

- * A StreamHandler object reads the following properties from the - * log manager to initialize itself: + * A StreamHandler reads the following properties from the log + * manager to initialize itself: *

*

*