8331879: Clean up non-standard use of /// comments in java.base

Reviewed-by: naoto, iris, darcy
This commit is contained in:
Jonathan Gibbons 2024-05-31 22:16:35 +00:00
parent 2cae9a0397
commit 10eb1cb639
25 changed files with 117 additions and 117 deletions

View file

@ -1068,7 +1068,7 @@ public final class String
return Arrays.copyOf(dst, dp);
}
//////////////////////////////// utf8 ////////////////////////////////////
//------------------------------ utf8 ------------------------------------
/**
* Decodes ASCII from the source byte array into the destination
@ -4806,7 +4806,7 @@ public final class String
System.arraycopy(buffer, offset, buffer, offset + copied, limit - copied);
}
////////////////////////////////////////////////////////////////
//--------------------------------------------------------------
/**
* Copy character bytes from this string into dst starting at dstBegin.