| Index: third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/InternalNano.java
|
| diff --git a/third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/InternalNano.java b/third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/InternalNano.java
|
| index f1263df5807c9f2b95ebeab7921b9dce65001e08..278368a08b2d5369e7d6ba1d34378aa6b680a3d8 100644
|
| --- a/third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/InternalNano.java
|
| +++ b/third_party/protobuf/javanano/src/main/java/com/google/protobuf/nano/InternalNano.java
|
| @@ -67,8 +67,8 @@ public final class InternalNano {
|
| public static final int TYPE_SINT32 = 17;
|
| public static final int TYPE_SINT64 = 18;
|
|
|
| - protected static final Charset UTF_8 = Charset.forName("UTF-8");
|
| - protected static final Charset ISO_8859_1 = Charset.forName("ISO-8859-1");
|
| + static final Charset UTF_8 = Charset.forName("UTF-8");
|
| + static final Charset ISO_8859_1 = Charset.forName("ISO-8859-1");
|
|
|
| private InternalNano() {}
|
|
|
|
|