summaryrefslogtreecommitdiff
path: root/libjava/javax/security
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-21 11:25:26 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-21 11:25:26 +0000
commit853bc068dce309877988e3d1031bb61af67045b6 (patch)
treecd703e0acbe11a854bb1b4125a1f870691690670 /libjava/javax/security
parent889dec28d3d43d0a56fae1c248db677b4511fbb2 (diff)
downloadgcc-853bc068dce309877988e3d1031bb61af67045b6.tar.gz
2004-09-21 Andreas Tobler <a.tobler@schweiz.ch>
* javax/security/auth/x500/X500Principal.java: Fix some merge glitches. 2004-09-21 Michael Koch <konqueror@gmx.de> * javax/net/ssl/SSLServerSocket.java: Removed comment about "Do not edit this file, it's generated.". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87800 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/javax/security')
-rw-r--r--libjava/javax/security/auth/x500/X500Principal.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/javax/security/auth/x500/X500Principal.java b/libjava/javax/security/auth/x500/X500Principal.java
index 95f80fc5823..201a195cbca 100644
--- a/libjava/javax/security/auth/x500/X500Principal.java
+++ b/libjava/javax/security/auth/x500/X500Principal.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
@@ -121,7 +121,7 @@ public final class X500Principal implements Principal, Serializable
iae.initCause (ioe);
throw iae;
}
- }
+ }
public X500Principal (byte[] encoded)
{