langtools/src/share/classes/com/sun/tools/doclets/formats/html/TagletOutputImpl.java
changeset 2086 cca2603eab0b
parent 10 06bc494ca11e
child 2212 1d3dc0e0ba0c
equal deleted inserted replaced
2085:4792e12a8ca2 2086:cca2603eab0b
    65 
    65 
    66     public String toString() {
    66     public String toString() {
    67         return output.toString();
    67         return output.toString();
    68     }
    68     }
    69 
    69 
       
    70     /**
       
    71      * Check whether the taglet output is empty.
       
    72      */
       
    73     public boolean isEmpty() {
       
    74         return (toString().trim().isEmpty());
       
    75     }
    70 }
    76 }