From d6e1a335bca7a6d63ada7dedc95671be86e1a1fe Mon Sep 17 00:00:00 2001 From: andreast Date: Mon, 30 Aug 2004 14:30:44 +0000 Subject: 2004-08-30 Andreas Tobler * 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 --- libjava/gnu/java/security/der/DEREncodingException.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/gnu/java') 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); -- cgit v1.2.3