summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/gnu/xml/stream/NotationDeclarationImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/gnu/xml/stream/NotationDeclarationImpl.java')
-rw-r--r--libjava/classpath/gnu/xml/stream/NotationDeclarationImpl.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/libjava/classpath/gnu/xml/stream/NotationDeclarationImpl.java b/libjava/classpath/gnu/xml/stream/NotationDeclarationImpl.java
index 2d08599f577..a338237eec9 100644
--- a/libjava/classpath/gnu/xml/stream/NotationDeclarationImpl.java
+++ b/libjava/classpath/gnu/xml/stream/NotationDeclarationImpl.java
@@ -1,4 +1,4 @@
-/* NotationDeclarationImpl.java --
+/* NotationDeclarationImpl.java --
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -86,7 +86,7 @@ public class NotationDeclarationImpl
{
return systemId;
}
-
+
public void writeAsEncodedUnicode(Writer writer)
throws XMLStreamException
{
@@ -121,6 +121,5 @@ public class NotationDeclarationImpl
throw e2;
}
}
-
-}
+}
OpenPOWER on IntegriCloud