Sho SHIMIZU
Committed by Gerrit Code Review

Tighten visibility

Change-Id: I5ae3c63d4e8361c488a06f71ff83cb1ff8ca5f4e
...@@ -436,7 +436,7 @@ public class KryoSerializerTest { ...@@ -436,7 +436,7 @@ public class KryoSerializerTest {
436 } 436 }
437 437
438 // code clone 438 // code clone
439 - protected static void assertAnnotationsEquals(Annotations actual, SparseAnnotations... annotations) { 439 + private static void assertAnnotationsEquals(Annotations actual, SparseAnnotations... annotations) {
440 SparseAnnotations expected = DefaultAnnotations.builder().build(); 440 SparseAnnotations expected = DefaultAnnotations.builder().build();
441 for (SparseAnnotations a : annotations) { 441 for (SparseAnnotations a : annotations) {
442 expected = DefaultAnnotations.union(expected, a); 442 expected = DefaultAnnotations.union(expected, a);
......