aboutsummaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorFeng Xiao <xiaofeng@google.com>2016-07-18 18:08:18 +0000
committerGitHub <noreply@github.com>2016-07-18 18:08:18 +0000
commit56855f6f002eeee8cf03021eaf2ece2adff2a297 (patch)
treefc46bff361c1c3f21220a44b17d1cd2d980c7d06 /java
parent3a8d8ead4f1c2edd8d5f2bdae488334bc5c3a3e4 (diff)
parent82b43d1f41d6c374ebdd942dd86602736c2218e8 (diff)
downloadprotobuf-56855f6f002eeee8cf03021eaf2ece2adff2a297.tar.gz
protobuf-56855f6f002eeee8cf03021eaf2ece2adff2a297.tar.bz2
protobuf-56855f6f002eeee8cf03021eaf2ece2adff2a297.zip
Merge pull request #1792 from xfxyjwf/changelogv3.0.0-beta-4
Added 3.0.0-beta-4 changelog.
Diffstat (limited to 'java')
-rw-r--r--java/core/src/main/java/com/google/protobuf/CodedOutputStream.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java b/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java
index 4f5a9b77..e5515285 100644
--- a/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java
+++ b/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java
@@ -173,7 +173,7 @@ public abstract class CodedOutputStream extends ByteOutput {
* maps are sorted on the lexicographical order of the UTF8 encoded keys.
* </ul>
*/
- public final void useDeterministicSerialization() {
+ void useDeterministicSerialization() {
serializationDeterministic = true;
}