< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/sjavac/comp/PubapiVisitor.java

Print this page

        

@@ -54,11 +54,11 @@
  *  <p><b>This is NOT part of any supported API.
  *  If you write code that depends on this, you do so at your own risk.
  *  This code and its internal interfaces are subject to change or
  *  deletion without notice.</b>
  */
-@SuppressWarnings("removal")
+@SuppressWarnings("preview")
 public class PubapiVisitor extends ElementScanner14<Void, Void> {
 
     private PubApi collectedApi = new PubApi();
 
     private boolean isNonPrivate(Element e) {
< prev index next >