Loading core/java/com/android/internal/annotations/VisibleForTesting.java +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ import java.lang.annotation.RetentionPolicy; * visibility should have been if it had not been made public or package-private for testing. * The default is to consider the element private. */ @Retention(RetentionPolicy.SOURCE) @Retention(RetentionPolicy.CLASS) public @interface VisibleForTesting { /** * Intended visibility if the element had not been made public or package-private for Loading Loading
core/java/com/android/internal/annotations/VisibleForTesting.java +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ import java.lang.annotation.RetentionPolicy; * visibility should have been if it had not been made public or package-private for testing. * The default is to consider the element private. */ @Retention(RetentionPolicy.SOURCE) @Retention(RetentionPolicy.CLASS) public @interface VisibleForTesting { /** * Intended visibility if the element had not been made public or package-private for Loading