summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/java/nio/charset/UnsupportedCharsetException.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/java/nio/charset/UnsupportedCharsetException.java')
-rw-r--r--libjava/classpath/java/nio/charset/UnsupportedCharsetException.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/classpath/java/nio/charset/UnsupportedCharsetException.java b/libjava/classpath/java/nio/charset/UnsupportedCharsetException.java
index 39536baa563..c4f9d17fd71 100644
--- a/libjava/classpath/java/nio/charset/UnsupportedCharsetException.java
+++ b/libjava/classpath/java/nio/charset/UnsupportedCharsetException.java
@@ -1,4 +1,4 @@
-/* UnsupportedCharsetException.java --
+/* UnsupportedCharsetException.java --
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -47,9 +47,9 @@ public class UnsupportedCharsetException extends IllegalArgumentException
* Compatible with JDK 1.4+
*/
private static final long serialVersionUID = 1490765524727386367L;
-
+
String charsetName;
-
+
/**
* Creates the exception
*/
OpenPOWER on IntegriCloud