Skip to content

Commit 46fc235

Browse files
committed
Experiment with synchronized DAT
1 parent d9a13bc commit 46fc235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dat/GridSearch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ private BaseDiffComparisonResult makeStats(ASTDiff generated) {
182182
}
183183
return fileDiffComparisonResult;
184184
}
185-
private Diff makeDiff(Matcher matcher, GumtreeProperties properties) {
185+
private synchronized Diff makeDiff(Matcher matcher, GumtreeProperties properties) {
186186
try {
187187
CompositeMatchers.CompositeMatcher cm = (CompositeMatchers.CompositeMatcher) matcher;
188188
cm.configure(properties);

0 commit comments

Comments
 (0)