Remove gc call

This commit is contained in:
aboyko
2023-01-13 00:21:47 -05:00
parent 01bb5449ac
commit 702d11aaaa

View File

@@ -288,8 +288,6 @@ public class RewriteReconciler implements JavaReconciler {
} else {
log.error("", e);
}
} finally {
System.gc();
}
}
return allProblems;