File tree 1 file changed +6
-4
lines changed
src/java.base/share/classes/java/util
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 1994, 2020 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 1994, 2021 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -174,9 +174,11 @@ private void setMaxDelimCodePoint() {
174
174
* <p>
175
175
* If the {@code returnDelims} flag is {@code true}, then
176
176
* the delimiter characters are also returned as tokens. Each
177
- * delimiter is returned as a string of length one. If the flag is
178
- * {@code false}, the delimiter characters are skipped and only
179
- * serve as separators between tokens.
177
+ * delimiter is returned as a string consisting of a single
178
+ * <a href="../lang/Character.html#unicode">Unicode code point</a>
179
+ * of the delimiter (which may be one or two {@code char}s). If the
180
+ * flag is {@code false}, the delimiter characters are skipped
181
+ * and only serve as separators between tokens.
180
182
* <p>
181
183
* Note that if {@code delim} is {@code null}, this constructor does
182
184
* not throw an exception. However, trying to invoke other methods on the
You can’t perform that action at this time.
0 commit comments