jdk/src/share/classes/java/io/InputStreamReader.java
changeset 13659 18f4e55bb34b
parent 5506 202f599c92aa
child 18786 52a2658627c2
--- a/jdk/src/share/classes/java/io/InputStreamReader.java	Wed Aug 29 11:03:02 2012 +0800
+++ b/jdk/src/share/classes/java/io/InputStreamReader.java	Thu Aug 30 12:55:40 2012 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 2012, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -86,7 +86,7 @@
      *
      * @param  charsetName
      *         The name of a supported
-     *         {@link java.nio.charset.Charset </code>charset<code>}
+     *         {@link java.nio.charset.Charset charset}
      *
      * @exception  UnsupportedEncodingException
      *             If the named charset is not supported