summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/gnu/java/io/Base64InputStream.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/gnu/java/io/Base64InputStream.java')
-rw-r--r--libjava/classpath/gnu/java/io/Base64InputStream.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/gnu/java/io/Base64InputStream.java b/libjava/classpath/gnu/java/io/Base64InputStream.java
index 1f5d220dbb6..1105b6022c4 100644
--- a/libjava/classpath/gnu/java/io/Base64InputStream.java
+++ b/libjava/classpath/gnu/java/io/Base64InputStream.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
@@ -57,7 +57,7 @@ public class Base64InputStream extends FilterInputStream
// ------------------------------------------------------------------------
/** Base-64 digits. */
- private static final String BASE_64 =
+ private static final String BASE_64 =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
/** Base-64 padding character. */
OpenPOWER on IntegriCloud