Remove gc call
This commit is contained in:
@@ -288,8 +288,6 @@ public class RewriteReconciler implements JavaReconciler {
|
||||
} else {
|
||||
log.error("", e);
|
||||
}
|
||||
} finally {
|
||||
System.gc();
|
||||
}
|
||||
}
|
||||
return allProblems;
|
||||
|
||||
Reference in New Issue
Block a user