refactoring
This commit is contained in:
parent
080c054eb0
commit
a63f235f12
|
@ -29,12 +29,11 @@ public enum LiveDocsRegistry {
|
|||
for (LiveDocHolder holder : liveDocs) {
|
||||
boolean visible = holder.isVisible();
|
||||
if (visible) {
|
||||
for (live_data_e context : holder.getActions().getActions().keySet()) {
|
||||
live_data_e context = holder.getId();
|
||||
refresh(binaryProtocol, holder, context);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void refresh(BinaryProtocol binaryProtocol, LiveDocHolder holder, live_data_e context) {
|
||||
Field[] values = StateDictionary.INSTANCE.getFields(context);
|
||||
|
|
Loading…
Reference in New Issue