mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8255262: Remove use of legacy custom @spec tag
Reviewed-by: lancea, mr, iris, alanb, darcy, mchung
This commit is contained in:
parent
a0b687bfb2
commit
0aa3c92577
69 changed files with 0 additions and 209 deletions
|
@ -103,7 +103,6 @@ public class InputStreamReader extends Reader {
|
|||
* @param cs A charset
|
||||
*
|
||||
* @since 1.4
|
||||
* @spec JSR-51
|
||||
*/
|
||||
public InputStreamReader(InputStream in, Charset cs) {
|
||||
super(in);
|
||||
|
@ -119,7 +118,6 @@ public class InputStreamReader extends Reader {
|
|||
* @param dec A charset decoder
|
||||
*
|
||||
* @since 1.4
|
||||
* @spec JSR-51
|
||||
*/
|
||||
public InputStreamReader(InputStream in, CharsetDecoder dec) {
|
||||
super(in);
|
||||
|
@ -146,7 +144,6 @@ public class InputStreamReader extends Reader {
|
|||
* @see java.nio.charset.Charset
|
||||
*
|
||||
* @revised 1.4
|
||||
* @spec JSR-51
|
||||
*/
|
||||
public String getEncoding() {
|
||||
return sd.getEncoding();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue