jdk/src/java.base/share/classes/java/util/Properties.java
changeset 29593 935cd82c2868
parent 29486 3a37e8f12b94
child 30789 9eca83469588
--- a/jdk/src/java.base/share/classes/java/util/Properties.java	Fri Mar 20 17:07:15 2015 +0000
+++ b/jdk/src/java.base/share/classes/java/util/Properties.java	Fri Mar 20 10:37:03 2015 -0700
@@ -309,7 +309,7 @@
      *          input stream.
      * @throws  IllegalArgumentException if a malformed Unicode escape
      *          appears in the input.
-     * @throws NullPointerException if {@code reader} is null.
+     * @throws  NullPointerException if {@code reader} is null.
      * @since   1.6
      */
     public synchronized void load(Reader reader) throws IOException {
@@ -335,7 +335,7 @@
      *             input stream.
      * @throws     IllegalArgumentException if the input stream contains a
      *             malformed Unicode escape sequence.
-     * @throws NullPointerException if {@code inStream} is null.
+     * @throws     NullPointerException if {@code inStream} is null.
      * @since 1.2
      */
     public synchronized void load(InputStream inStream) throws IOException {