Skip to content

Commit b80ed96

Browse files
committed
1 parent b52d926 commit b80ed96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

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

80+
@SuppressWarnings("deprecation")
8081
@Override
8182
protected void addCapabilities(final Collection<Capability> caps) {
8283
caps.addAll(Http4FileProvider.CAPABILITIES);
8384
}
8485

86+
@SuppressWarnings("deprecation")
8587
@Override
8688
protected FileObject createFile(final AbstractFileName name) throws Exception {
8789
return new Http4FileObject<>(name, this);

0 commit comments

Comments
 (0)