diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 96b505b1641..0679c021984 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2004-08-30 Andreas Tobler + + * gnu/java/security/der/DEREncodingException.java: Remove whitespaces. + 2004-08-30 Jeroen Frijters * java/io/File.java File(String,String): Fixed handling of empty diff --git a/libjava/gnu/java/security/der/DEREncodingException.java b/libjava/gnu/java/security/der/DEREncodingException.java index 385fbaccc20..3162b45d237 100644 --- a/libjava/gnu/java/security/der/DEREncodingException.java +++ b/libjava/gnu/java/security/der/DEREncodingException.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 @@ -46,7 +46,7 @@ public class DEREncodingException extends IOException { super (); } - + public DEREncodingException (String msg) { super (msg);