langtools/src/share/classes/com/sun/tools/doclint/Checker.java
changeset 15370 c1c9a9e11b26
parent 15366 545307ec740c
child 15371 8f719dc43e1f
equal deleted inserted replaced
15369:2ae199ad2e5d 15370:c1c9a9e11b26
    90     Set<TypeMirror> foundThrows = new HashSet<TypeMirror>();
    90     Set<TypeMirror> foundThrows = new HashSet<TypeMirror>();
    91     Set<String> foundAnchors = new HashSet<String>();
    91     Set<String> foundAnchors = new HashSet<String>();
    92     boolean foundInheritDoc = false;
    92     boolean foundInheritDoc = false;
    93     boolean foundReturn = false;
    93     boolean foundReturn = false;
    94 
    94 
    95     enum Flag {
    95     public enum Flag {
    96         TABLE_HAS_CAPTION,
    96         TABLE_HAS_CAPTION,
    97         HAS_ELEMENT,
    97         HAS_ELEMENT,
    98         HAS_TEXT
    98         HAS_TEXT
    99     }
    99     }
   100 
   100