Hello,

while reading about dom4j rules, i found this tiny bug...

In Stylesheet.java (org.dom4j.rule.Stylesheet), there is:
    public void removeRule( Rule rule ) {
        ruleManager.addRule( rule );
    }

I guess it should be:
    public void removeRule( Rule rule ) {
        ruleManager.removeRule( rule );
    }

-Peter


------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to