fixes
This commit is contained in:
parent
38919cc504
commit
d72270ba08
1 changed files with 1 additions and 2 deletions
|
@ -38,6 +38,7 @@ public class AnyGate {
|
|||
if(gate == null) {
|
||||
gate = new AnyGate(f, o);
|
||||
map.put(f, gate);
|
||||
gate.cacheAll();
|
||||
}
|
||||
return gate;
|
||||
}
|
||||
|
@ -48,8 +49,6 @@ public class AnyGate {
|
|||
this.multiGate = field.getDeclaredAnnotation(MultiGate.class);
|
||||
this.o = o;
|
||||
|
||||
cacheAll();
|
||||
|
||||
Marker id = field.getDeclaredAnnotation(Marker.class);
|
||||
if(id != null)
|
||||
cache.put(id.value(), TRUE);
|
||||
|
|
Loading…
Add table
Reference in a new issue