auto commit

This commit is contained in:
CyC2018
2018-12-30 14:22:17 +08:00
parent 82052b9028
commit d5c7147e4e
5 changed files with 26 additions and 27 deletions

View File

@ -163,7 +163,7 @@ public final class String
```java
public final class String
implements java.io.Serializable, Comparable<String>, CharSequence {
/** The value is used for character storage. */
/** The value is used for character storage. */
private final byte[] value;
/** The identifier of the encoding used to encode the bytes in {@code value}. */