summaryrefslogtreecommitdiff
path: root/libjava/classpath/gnu/xml/validation/datatype/NegativeIntegerType.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/gnu/xml/validation/datatype/NegativeIntegerType.java')
-rw-r--r--libjava/classpath/gnu/xml/validation/datatype/NegativeIntegerType.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/libjava/classpath/gnu/xml/validation/datatype/NegativeIntegerType.java b/libjava/classpath/gnu/xml/validation/datatype/NegativeIntegerType.java
index fd436cb55b2..1e6439c993f 100644
--- a/libjava/classpath/gnu/xml/validation/datatype/NegativeIntegerType.java
+++ b/libjava/classpath/gnu/xml/validation/datatype/NegativeIntegerType.java
@@ -1,4 +1,4 @@
-/* NegativeIntegerType.java --
+/* NegativeIntegerType.java --
Copyright (C) 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -95,7 +95,7 @@ final class NegativeIntegerType
throw new DatatypeException(i, "invalid negative integer value");
}
}
-
+
public Object createValue(String literal, ValidationContext context) {
try
{
@@ -106,6 +106,5 @@ final class NegativeIntegerType
return null;
}
}
-
-}
+}