Skip to content

Commit

Permalink
Ignore warnings for changes from the server
Browse files Browse the repository at this point in the history
  • Loading branch information
IotaBread committed Jan 5, 2024
1 parent 1824f8a commit b52d915
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ public MethodReferenceTreeNode getMethodReferences(MethodEntry entry, boolean re

@Override
public boolean applyChangeFromServer(EntryChange<?> change) {
ValidationContext vc = new ValidationContext(this.gui.getNotificationManager());
ValidationContext vc = new ValidationContext(this.gui.getNotificationManager(), false);
this.applyChange0(vc, change, true);
this.gui.updateStructure(this.gui.getActiveEditor());

Expand Down

0 comments on commit b52d915

Please sign in to comment.