Extract common plugin behaviour into an abstract class
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ public final class SubjectProxy implements Subject, ProxiedSubject {
|
||||
@Nonnull
|
||||
@Override
|
||||
public Set<Context> getActiveContexts() {
|
||||
return CompatibilityUtil.convertContexts(this.service.getPlugin().getContextManager().getApplicableContext(this));
|
||||
return CompatibilityUtil.convertContexts(this.service.getContextManager().getApplicableContext(this));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user