jaxp Udiff src/javax/xml/parsers/DocumentBuilderFactory.java (original) (raw)

Print this page

rev 602 : 8047723: @since tag cleanup in jaxp Reviewed-by:


@@ -33,11 +33,11 @@ * * @author Jeff Suttor * @author Neeraj Bajaj * * @version Revision:1.9Revision: 1.9 Revision:1.9, Date:2010/05/2516:19:44Date: 2010/05/25 16:19:44 Date:2010/05/2516:19:44

public abstract class DocumentBuilderFactory {

 private boolean validating = false;

@@ -438,10 +438,11 @@ * @param value Is feature state true or false. * * @throws ParserConfigurationException if this DocumentBuilderFactory or the DocumentBuilders * it creates cannot support this feature. * @throws NullPointerException If the name parameter is null.


@@ -459,10 +460,11 @@ * * @return State of the named feature. * * @throws ParserConfigurationException if this DocumentBuilderFactory * or the DocumentBuilders it creates cannot support this feature.