langtools/src/share/classes/com/sun/tools/javac/comp/Attr.java
changeset 5848 c5a4ce47e780
parent 5847 1908176fd6e3
child 5857 84d4886d48aa
equal deleted inserted replaced
5847:1908176fd6e3 5848:c5a4ce47e780
   164      * RFE: 6425594
   164      * RFE: 6425594
   165      */
   165      */
   166     boolean useBeforeDeclarationWarning;
   166     boolean useBeforeDeclarationWarning;
   167 
   167 
   168     /**
   168     /**
   169      * Switch: allow lint infrastructure to control Sun proprietary
   169      * Switch: allow lint infrastructure to control proprietary
   170      * API warnings.
   170      * API warnings.
   171      */
   171      */
   172     boolean enableSunApiLintControl;
   172     boolean enableSunApiLintControl;
   173 
   173 
   174     /**
   174     /**