Merge remote-tracking branch 'origin/master' into RED-9140
This commit is contained in:
commit
d780d43724
@ -117,6 +117,10 @@ public class AnalysisFlagsCalculationService {
|
||||
hasUpdates = true;
|
||||
}
|
||||
|
||||
if (entry.getNumberOfComments() > 0) {
|
||||
hasComments = true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
log.info("Flag Calculations for file: {} took: {}ms", fileId, System.currentTimeMillis() - startTime);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user