commit | 7d4f2f7c8f193ef692d18fb810c2e6ec1c25b854 | [log] [tgz] |
---|---|---|
author | Sho SHIMIZU <sshimizu@us.fujitsu.com> | Wed Apr 06 16:42:29 2016 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Mon Apr 11 17:20:45 2016 +0000 |
tree | 412b65506e771cc9fc45a109e68d981060f7aca5 | |
parent | f6bf8d50767e5631a40865b74dea5c9a551ec8d7 [diff] |
Tighten visibility Change-Id: I5ae3c63d4e8361c488a06f71ff83cb1ff8ca5f4e
diff --git a/core/store/serializers/src/test/java/org/onosproject/store/serializers/KryoSerializerTest.java b/core/store/serializers/src/test/java/org/onosproject/store/serializers/KryoSerializerTest.java index 27e2f2d..b159422 100644 --- a/core/store/serializers/src/test/java/org/onosproject/store/serializers/KryoSerializerTest.java +++ b/core/store/serializers/src/test/java/org/onosproject/store/serializers/KryoSerializerTest.java
@@ -436,7 +436,7 @@ } // code clone - protected static void assertAnnotationsEquals(Annotations actual, SparseAnnotations... annotations) { + private static void assertAnnotationsEquals(Annotations actual, SparseAnnotations... annotations) { SparseAnnotations expected = DefaultAnnotations.builder().build(); for (SparseAnnotations a : annotations) { expected = DefaultAnnotations.union(expected, a);