summaryrefslogtreecommitdiffstats
path: root/libjava/gnu/java/security/der
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-30 14:30:44 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-30 14:30:44 +0000
commitd6e1a335bca7a6d63ada7dedc95671be86e1a1fe (patch)
tree8a4b5f4303fd8ab4639a94f318dcb23f04f98e58 /libjava/gnu/java/security/der
parenta5d400f38b1b09ff059ec8ac4c784d2954be9d7f (diff)
downloadppe42-gcc-d6e1a335bca7a6d63ada7dedc95671be86e1a1fe.tar.gz
ppe42-gcc-d6e1a335bca7a6d63ada7dedc95671be86e1a1fe.zip
2004-08-30 Andreas Tobler <a.tobler@schweiz.ch>
* gnu/java/security/der/DEREncodingException.java: Remove whitespaces. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86775 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/gnu/java/security/der')
-rw-r--r--libjava/gnu/java/security/der/DEREncodingException.java4
1 files changed, 2 insertions, 2 deletions
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);
OpenPOWER on IntegriCloud