diff options
Diffstat (limited to 'libjava/javax/xml/parsers/DocumentBuilderFactory.java')
-rw-r--r-- | libjava/javax/xml/parsers/DocumentBuilderFactory.java | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libjava/javax/xml/parsers/DocumentBuilderFactory.java b/libjava/javax/xml/parsers/DocumentBuilderFactory.java index c531005164d..1ba51d0217f 100644 --- a/libjava/javax/xml/parsers/DocumentBuilderFactory.java +++ b/libjava/javax/xml/parsers/DocumentBuilderFactory.java @@ -1,5 +1,5 @@ /* DocumentBuilderFactory.java -- - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -45,15 +45,12 @@ import java.io.InputStreamReader; import java.io.IOException; import java.util.Properties; import javax.xml.validation.Schema; -import org.xml.sax.SAXException; -import org.xml.sax.SAXNotRecognizedException; -import org.xml.sax.SAXNotSupportedException; /** * Factory for obtaining document builders. * Instances of this class are <em>not</em> guaranteed to be thread safe. * - * @author <a href='mailto:dog@gnu.org'>Chris Burdess</a> + * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a) */ public abstract class DocumentBuilderFactory { |