diff options
Diffstat (limited to 'libjava/classpath/java/io/UnsupportedEncodingException.java')
-rw-r--r-- | libjava/classpath/java/io/UnsupportedEncodingException.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/java/io/UnsupportedEncodingException.java b/libjava/classpath/java/io/UnsupportedEncodingException.java index cf0ab64cb89..5975975630c 100644 --- a/libjava/classpath/java/io/UnsupportedEncodingException.java +++ b/libjava/classpath/java/io/UnsupportedEncodingException.java @@ -39,7 +39,7 @@ exception statement from your version. */ package java.io; /** - * This exception is thrown when the requested character encoding is + * This exception is thrown when the requested character encoding is * not supported. * * @author Aaron M. Renn (arenn@urbanophile.com) |