Fix super. Addendum for 559f7b89.

This commit is contained in:
David Kocher
2024-11-27 19:47:18 +01:00
parent 33b5feefd0
commit 7a0e8aebd9
@@ -91,6 +91,6 @@ public class FreenetSession extends DAVSession {
if(type == Metadata.class) {
return null;
}
return super.getFeature(type);
return super._getFeature(type);
}
}