mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-15 18:33:41 +00:00
8255690:   in StringBuilder.subSequence
Reviewed-by: lancea
This commit is contained in:
parent
4158567f84
commit
98a69edec7
@ -1028,12 +1028,12 @@ abstract class AbstractStringBuilder implements Appendable, CharSequence {
|
||||
* <p> An invocation of this method of the form
|
||||
*
|
||||
* <pre>{@code
|
||||
* sb.subSequence(begin, end)}</pre>
|
||||
* sb.subSequence(begin, end)}</pre>
|
||||
*
|
||||
* behaves in exactly the same way as the invocation
|
||||
*
|
||||
* <pre>{@code
|
||||
* sb.substring(begin, end)}</pre>
|
||||
* sb.substring(begin, end)}</pre>
|
||||
*
|
||||
* This method is provided so that this class can
|
||||
* implement the {@link CharSequence} interface.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user