src/share/classes/com/sun/tools/apt/mirror/declaration/DeclarationImpl.java

Print this page

        

@@ -56,11 +56,11 @@
 public abstract class DeclarationImpl implements Declaration {
 
     protected final AptEnv env;
     public final Symbol sym;
 
-    protected static DeclarationFilter identityFilter =
+    protected static final DeclarationFilter identityFilter =
             new DeclarationFilter();
 
 
     /**
      * "sym" should be completed before this constructor is called.