diff options
Diffstat (limited to 'libjava/classpath/javax/xml/XMLConstants.java')
-rw-r--r-- | libjava/classpath/javax/xml/XMLConstants.java | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/libjava/classpath/javax/xml/XMLConstants.java b/libjava/classpath/javax/xml/XMLConstants.java index 7356207..0d4a65f 100644 --- a/libjava/classpath/javax/xml/XMLConstants.java +++ b/libjava/classpath/javax/xml/XMLConstants.java @@ -1,5 +1,5 @@ /* XMLConstants.java -- - Copyright (C) 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,10 +41,15 @@ package javax.xml; * Repository for well-known XML constants. * * @author (a href='mailto:dog@gnu.org'>Chris Burdess</a) - * @since 1.3 + * @since 1.5 */ public final class XMLConstants { + + private XMLConstants() + { + // to prevent instantiation + } /** * Dummy namespace URI indicating that there is no namespace. |