src/share/classes/com/sun/tools/javac/comp/Attr.java

changeset 582
366a7b9b5627
parent 581
f2fdd52e4e87
child 591
d1d7595fa824
equal deleted inserted replaced
581:f2fdd52e4e87 582:366a7b9b5627
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 /**

mercurial