mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +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
|
@ -120,7 +120,6 @@ public class OutputStreamWriter extends Writer {
|
|||
* A charset
|
||||
*
|
||||
* @since 1.4
|
||||
* @spec JSR-51
|
||||
*/
|
||||
public OutputStreamWriter(OutputStream out, Charset cs) {
|
||||
super(out);
|
||||
|
@ -139,7 +138,6 @@ public class OutputStreamWriter extends Writer {
|
|||
* A charset encoder
|
||||
*
|
||||
* @since 1.4
|
||||
* @spec JSR-51
|
||||
*/
|
||||
public OutputStreamWriter(OutputStream out, CharsetEncoder enc) {
|
||||
super(out);
|
||||
|
@ -166,7 +164,6 @@ public class OutputStreamWriter extends Writer {
|
|||
* @see java.nio.charset.Charset
|
||||
*
|
||||
* @revised 1.4
|
||||
* @spec JSR-51
|
||||
*/
|
||||
public String getEncoding() {
|
||||
return se.getEncoding();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue