File tree 1 file changed +3
-3
lines changed
src/java.base/share/classes/java/util
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ public synchronized Object setProperty(String key, String value) {
236
236
* character stream in a simple line-oriented format.
237
237
* <p>
238
238
* Properties are processed in terms of lines. There are two
239
- * kinds of line , <i>natural lines</i> and <i>logical lines</i>.
239
+ * kinds of lines , <i>natural lines</i> and <i>logical lines</i>.
240
240
* A natural line is defined as a line of
241
241
* characters that is terminated either by a set of line terminator
242
242
* characters ({@code \n} or {@code \r} or {@code \r\n})
@@ -253,8 +253,8 @@ public synchronized Object setProperty(String key, String value) {
253
253
* <p>
254
254
* A natural line that contains only white space characters is
255
255
* considered blank and is ignored. A comment line has an ASCII
256
- * {@code '#'} or {@code '!'} as its first non-white
257
- * space character; comment lines are also ignored and do not
256
+ * {@code '#'} or {@code '!'} as its first non-whitespace
257
+ * character; comment lines are also ignored and do not
258
258
* encode key-element information. In addition to line
259
259
* terminators, this format considers the characters space
260
260
* ({@code ' '}, {@code '\u005Cu0020'}), tab
You can’t perform that action at this time.
0 commit comments