mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
Fix feature overrides.
This commit is contained in:
@@ -82,7 +82,7 @@ public class FreenetSession extends DAVSession {
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("unchecked")
|
||||
public <T> T getFeature(final Class<T> type) {
|
||||
public <T> T _getFeature(final Class<T> type) {
|
||||
if(type == UrlProvider.class) {
|
||||
return (T) new FreenetUrlProvider(host);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user