Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 97722 | Differences between
and this patch

Collapse All | Expand All

(-)src.original/org/iso_relax/jaxp/ValidatingDocumentBuilderFactory.java (+2 lines)
Lines 19-24 Link Here
19
    
19
    
20
    private boolean validation = true;
20
    private boolean validation = true;
21
21
22
	public boolean getFeature(String a) { return false; }
23
	public void setFeature(String a, boolean b) { }
22
    
24
    
23
    /**
25
    /**
24
     * creates a new instance that wraps the default DocumentBuilderFactory
26
     * creates a new instance that wraps the default DocumentBuilderFactory

Return to bug 97722