mirror of git://gcc.gnu.org/git/gcc.git
DEREncodingException.java: Remove whitespaces.
2004-08-30 Andreas Tobler <a.tobler@schweiz.ch> * gnu/java/security/der/DEREncodingException.java: Remove whitespaces. From-SVN: r86775
This commit is contained in:
parent
2c64dead9e
commit
e7023b0f5d
|
@ -1,3 +1,7 @@
|
||||||
|
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>
|
2004-08-30 Jeroen Frijters <jeroen@frijters.net>
|
||||||
|
|
||||||
* java/io/File.java File(String,String): Fixed handling of empty
|
* java/io/File.java File(String,String): Fixed handling of empty
|
||||||
|
|
|
@ -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
|
it under the terms of the GNU General Public License as published by
|
||||||
the Free Software Foundation; either version 2, or (at your option)
|
the Free Software Foundation; either version 2, or (at your option)
|
||||||
any later version.
|
any later version.
|
||||||
|
|
||||||
GNU Classpath is distributed in the hope that it will be useful, but
|
GNU Classpath is distributed in the hope that it will be useful, but
|
||||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
@ -46,7 +46,7 @@ public class DEREncodingException extends IOException
|
||||||
{
|
{
|
||||||
super ();
|
super ();
|
||||||
}
|
}
|
||||||
|
|
||||||
public DEREncodingException (String msg)
|
public DEREncodingException (String msg)
|
||||||
{
|
{
|
||||||
super (msg);
|
super (msg);
|
||||||
|
|
Loading…
Reference in New Issue