From e7023b0f5d50726613a97706f2de34e856eb1ec8 Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Mon, 30 Aug 2004 16:30:44 +0200 Subject: DEREncodingException.java: Remove whitespaces. 2004-08-30 Andreas Tobler * gnu/java/security/der/DEREncodingException.java: Remove whitespaces. From-SVN: r86775 --- libjava/gnu/java/security/der/DEREncodingException.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/gnu/java/security/der/DEREncodingException.java') diff --git a/libjava/gnu/java/security/der/DEREncodingException.java b/libjava/gnu/java/security/der/DEREncodingException.java index 385fbac..3162b45 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.1