mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8255690:   in StringBuilder.subSequence
Reviewed-by: lancea
This commit is contained in:
parent
4158567f84
commit
98a69edec7
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue