langtools/test/tools/javadoc/6964914/JavacWarning.java
changeset 23139 612191246a7d
parent 8633 41311e88ffb7
child 27991 8f4b68523da3
equal deleted inserted replaced
23138:497fb20a5754 23139:612191246a7d
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 public class JavacWarning {
    24 public class JavacWarning {
    25     int enum;  // warning in source 1.4
    25     String _ = null; // this will cause a warning.  It may be deprecated in JDK8
    26 }
    26 }