mirror of https://github.com/percyliang/sempre
small update
This commit is contained in:
parent
ff89b3b8d3
commit
fc8f05fd3a
|
|
@ -43,7 +43,7 @@ public class CitationTracker {
|
|||
this.ex = ex;
|
||||
}
|
||||
|
||||
public void citeRule(Rule rule) {
|
||||
public synchronized void citeRule(Rule rule) {
|
||||
writeLog(rule);
|
||||
writeSummary(rule);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue