2004-08-30 Andreas Tobler <a.tobler@schweiz.ch>
* gnu/java/security/der/DEREncodingException.java: Remove whitespaces.
From-SVN: r86775
+2004-08-30 Andreas Tobler <a.tobler@schweiz.ch>
+
+ * gnu/java/security/der/DEREncodingException.java: Remove whitespaces.
+
2004-08-30 Jeroen Frijters <jeroen@frijters.net>
* java/io/File.java File(String,String): Fixed handling of empty
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
{
super ();
}
-
+
public DEREncodingException (String msg)
{
super (msg);