You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/12/03 13:53:15 UTC

[GitHub] [commons-vfs] garydgregory commented on a change in pull request #149: Add ability to remove a provider

garydgregory commented on a change in pull request #149:
URL: https://github.com/apache/commons-vfs/pull/149#discussion_r535244101



##########
File path: commons-vfs2/src/main/java/org/apache/commons/vfs2/impl/DefaultFileSystemManager.java
##########
@@ -208,6 +208,19 @@ public void addProvider(final String[] urlSchemes, final FileProvider provider)
         }
     }
 
+    /**
+     * Unregisters a file system provider.
+     *
+     * @param urlScheme The scheme of the provider.

Review comment:
       Missing a since Javadoc tag and a unit test.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org