Skip to content

Commit a8fe69d

Browse files
committed
1 parent 99ce6f4 commit a8fe69d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/java/org/apache/commons/io/output/ProxyCollectionWriter.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ protected void afterWrite(final int n) throws IOException {
7777
* @throws IOException if an I/O error occurs.
7878
* @since 2.0
7979
*/
80-
@SuppressWarnings("resource") // Fluent API.
8180
@Override
8281
public Writer append(final char c) throws IOException {
8382
try {
@@ -97,7 +96,6 @@ public Writer append(final char c) throws IOException {
9796
* @return this writer
9897
* @throws IOException if an I/O error occurs.
9998
*/
100-
@SuppressWarnings("resource") // Fluent API.
10199
@Override
102100
public Writer append(final CharSequence csq) throws IOException {
103101
try {
@@ -120,7 +118,6 @@ public Writer append(final CharSequence csq) throws IOException {
120118
* @return this writer
121119
* @throws IOException if an I/O error occurs.
122120
*/
123-
@SuppressWarnings("resource") // Fluent API.
124121
@Override
125122
public Writer append(final CharSequence csq, final int start, final int end) throws IOException {
126123
try {

0 commit comments

Comments
 (0)