Skip to content

Commit

Permalink
removed useless setAutobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Jan 30, 2025
1 parent ccd4487 commit fe67e71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public static void waitForAutoBuild() {
} while (wasInterrupted);
}

public static void setAutoBuild(boolean b) {
private static void setAutoBuild(boolean b) {
System.out.println("Setting auto-build to " + b);

IWorkspace workspace = ResourcesPlugin.getWorkspace();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ private void assertAndApplySingleResolution(XtextEditor xtextEditor, String issu

private void assertAndApplyAllResolutions(XtextEditor xtextEditor, String issueCode, int issueDataCount, int issueCount,
String resolutionLabel) throws CoreException {
InternalBuilderTest.setAutoBuild(true);
if (xtextEditor.isDirty()) {
xtextEditor.doSave(new NullProgressMonitor());
}
Expand Down

0 comments on commit fe67e71

Please sign in to comment.