mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8331879: Clean up non-standard use of /// comments in java.base
Reviewed-by: naoto, iris, darcy
This commit is contained in:
parent
2cae9a0397
commit
10eb1cb639
25 changed files with 117 additions and 117 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue