< prev index next >

src/java.naming/share/classes/javax/naming/CompoundName.java

Print this page
rev 14722 : imported patch 8153362

@@ -151,10 +151,11 @@
     /**
       * Implementation of this compound name.
       * This field is initialized by the constructors and cannot be null.
       * It should be treated as a read-only variable by subclasses.
       */
+    @SuppressWarnings("unexportedinapi")
     protected transient NameImpl impl;
     /**
       * Syntax properties for this compound name.
       * This field is initialized by the constructors and cannot be null.
       * It should be treated as a read-only variable by subclasses.
< prev index next >