Skip to content

Commit 6e4832c

Browse files
committed
No need for these @SuppressWarnings since the whole class is deprecated
1 parent 3bd63fc commit 6e4832c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/http4/Http4FileSystem.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,11 @@ protected Http4FileSystem(final FileName rootName, final FileSystemOptions fileS
7777
this.httpClientContext = httpClientContext;
7878
}
7979

80-
@SuppressWarnings("deprecation")
8180
@Override
8281
protected void addCapabilities(final Collection<Capability> caps) {
8382
caps.addAll(Http4FileProvider.CAPABILITIES);
8483
}
8584

86-
@SuppressWarnings("deprecation")
8785
@Override
8886
protected FileObject createFile(final AbstractFileName name) throws Exception {
8987
return new Http4FileObject<>(name, this);

0 commit comments

Comments
 (0)