Add support for tjava
This commit is contained in:
+2
-3
@@ -2,7 +2,6 @@ package com.r35157.nenjim.hubd.impl.ref;
|
||||
|
||||
import com.r35157.nenjim.hubd.ctx.Context;
|
||||
import com.r35157.nenjim.hubd.ctx.ContextManager;
|
||||
import com.r35157.nenjim.valuetypes.ctx.ContextId;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
@@ -17,12 +16,12 @@ public class ContextManagerImpl implements ContextManager {
|
||||
}
|
||||
|
||||
@Override
|
||||
public Context get(ContextId contextId) {
|
||||
public Context get(ΩContextIdΩ contextId) {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Set<ContextId> getList() {
|
||||
public Set<ΩContextIdΩ> getList() {
|
||||
return Set.of();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user