java/com.sap.sailing.domain/src/com/sap/sailing/domain/markpassingcalculation/MarkPassingCalculator.java
... ...
@@ -610,7 +610,6 @@ public class MarkPassingCalculator {
610 610
}
611 611
});
612 612
if (markPassingRaceFingerprintRegistry != null) {
613
- // FIXME bug5971: the thread must not be started before Listen.run() has obtained the MarkPassingCalculator's write lock!
614 613
new Thread(()->{
615 614
try {
616 615
latchForRunningListenRun.await();