From cbf8c0a000e7c677316fe779d85122376752f9da Mon Sep 17 00:00:00 2001 From: janakr Date: Fri, 16 Feb 2018 12:16:36 -0800 Subject: Expose WorkspaceFactoryTestHelper for testing properties of the "external" package. PiperOrigin-RevId: 186029598 --- src/main/java/com/google/devtools/build/lib/packages/Package.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/java/com') diff --git a/src/main/java/com/google/devtools/build/lib/packages/Package.java b/src/main/java/com/google/devtools/build/lib/packages/Package.java index 4f81512ce0..1ea10871b2 100644 --- a/src/main/java/com/google/devtools/build/lib/packages/Package.java +++ b/src/main/java/com/google/devtools/build/lib/packages/Package.java @@ -66,6 +66,8 @@ import javax.annotation.Nullable; * as such. Note, however, that some member variables exposed via the public interface are not * strictly immutable, so until their types are guaranteed immutable we're not applying the * {@code @Immutable} annotation here. + * + *

When changing this class, make sure to make corresponding changes to serialization! */ @SuppressWarnings("JavaLangClash") public class Package { -- cgit v1.2.3