We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4158567 commit 98a69edCopy full SHA for 98a69ed
src/java.base/share/classes/java/lang/AbstractStringBuilder.java
@@ -1028,12 +1028,12 @@ public String substring(int start) {
1028
* <p> An invocation of this method of the form
1029
*
1030
* <pre>{@code
1031
- * sb.subSequence(begin, end)}</pre>
+ * sb.subSequence(begin, end)}</pre>
1032
1033
* behaves in exactly the same way as the invocation
1034
1035
1036
- * sb.substring(begin, end)}</pre>
+ * sb.substring(begin, end)}</pre>
1037
1038
* This method is provided so that this class can
1039
* implement the {@link CharSequence} interface.
0 commit comments