summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/gnu/java/net/EmptyX509TrustManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/gnu/java/net/EmptyX509TrustManager.java')
-rw-r--r--libjava/classpath/gnu/java/net/EmptyX509TrustManager.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/libjava/classpath/gnu/java/net/EmptyX509TrustManager.java b/libjava/classpath/gnu/java/net/EmptyX509TrustManager.java
index b8faf41add7..466b49ef845 100644
--- a/libjava/classpath/gnu/java/net/EmptyX509TrustManager.java
+++ b/libjava/classpath/gnu/java/net/EmptyX509TrustManager.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
@@ -67,4 +67,3 @@ public class EmptyX509TrustManager
return new X509Certificate[0];
}
}
-
OpenPOWER on IntegriCloud