summaryrefslogtreecommitdiff
path: root/tools/gnu/classpath/tools/doclets/InvalidPackageWildcardException.java
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gnu/classpath/tools/doclets/InvalidPackageWildcardException.java')
-rw-r--r--tools/gnu/classpath/tools/doclets/InvalidPackageWildcardException.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/gnu/classpath/tools/doclets/InvalidPackageWildcardException.java b/tools/gnu/classpath/tools/doclets/InvalidPackageWildcardException.java
index eaef3e49a..8f34288a3 100644
--- a/tools/gnu/classpath/tools/doclets/InvalidPackageWildcardException.java
+++ b/tools/gnu/classpath/tools/doclets/InvalidPackageWildcardException.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
@@ -16,7 +16,7 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Classpath; see the file COPYING. If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-02111-1307 USA.
+02111-1307 USA.
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
@@ -49,4 +49,3 @@ public class InvalidPackageWildcardException
super(msg);
}
}
-