summaryrefslogtreecommitdiff
path: root/gnu/java/beans/decoder/ClassHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/java/beans/decoder/ClassHandler.java')
-rw-r--r--gnu/java/beans/decoder/ClassHandler.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/java/beans/decoder/ClassHandler.java b/gnu/java/beans/decoder/ClassHandler.java
index 1dbdd63e7..c67a79a48 100644
--- a/gnu/java/beans/decoder/ClassHandler.java
+++ b/gnu/java/beans/decoder/ClassHandler.java
@@ -7,7 +7,7 @@ GNU Classpath is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
-
+
GNU Classpath is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
@@ -56,11 +56,11 @@ class ClassHandler extends SimpleHandler
{
try
{
- return instantiateClass(characters);
+ return instantiateClass(characters);
}
catch (ClassNotFoundException cnfe)
{
- throw new AssemblyException(cnfe);
+ throw new AssemblyException(cnfe);
}
}
}