This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 203309
Collapse All | Expand All

(-)a/csl.api/src/org/netbeans/modules/csl/editor/semantic/SemanticHighlighter.java (-1 / +1 lines)
Lines 85-91 Link Here
85
    private static final Logger LOG = Logger.getLogger(SemanticHighlighter.class.getName());
85
    private static final Logger LOG = Logger.getLogger(SemanticHighlighter.class.getName());
86
    
86
    
87
    /** Creates a new instance of SemanticHighlighter */
87
    /** Creates a new instance of SemanticHighlighter */
88
    SemanticHighlighter() {
88
    public SemanticHighlighter() {
89
    }
89
    }
90
90
91
//    public Document getDocument() {
91
//    public Document getDocument() {

Return to bug 203309