mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
Fix super. Addendum for 559f7b89.
This commit is contained in:
@@ -91,6 +91,6 @@ public class FreenetSession extends DAVSession {
|
||||
if(type == Metadata.class) {
|
||||
return null;
|
||||
}
|
||||
return super.getFeature(type);
|
||||
return super._getFeature(type);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user