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:
*
Level.INFO if this property is not found or has an
- * invalid value;
- * null if
- * this property is not found or has an invalid value;
- * java.util.logging.SimpleFormatter if this property is not
- * found or has an invalid value;
- * null if
- * this property is not found or has an invalid value.
+ * Filter class. No Filter is used by default.Formatter class. Default is
+ * java.util.logging.SimpleFormatter.Handler. Default is Level.INFO.