sebb wrote: > Most of the generics fixes have now been done. > > There are still a few raw Class references; most of these can be fixed > if DefaultFileSystemConfigBuilder.getConfigClass() is changed to > return a FileSystem [1] > > Can anyone else confirm that this is a sensible change? > > [1] https://issues.apache.org/jira/browse/VFS-334
No. We use an implementation of FileSystemConfigBuilder that does also not implement FileSystem to introduce more global configuration parameters. What you can do is: protected Class<? extends FileSystemConfigBuilder> getConfigClass(); - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org