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
2 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
||||
* 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
|
||||
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue