java/com.sap.sailing.domain/src/com/sap/sailing/domain/maneuverhash/impl/ManeuverCacheDelegate.java
... ...
@@ -97,7 +97,7 @@ public class ManeuverCacheDelegate implements SerializableManeuverCache {
97 97
}
98 98
maneuverRaceFingerprintRegistry.storeManeuvers(race.getRaceIdentifier(), ManeuverRaceFingerprintFactory.INSTANCE.createFingerprint(race), maneuvers, race.getRace().getCourse());
99 99
}
100
- }, "Waiting for mark passings for "+race.getName()+" after having resumed to store the results in registry")
100
+ }, "Waiting for maneuvers for "+race.getName()+" after having resumed to store the results in registry")
101 101
.start();
102 102
}
103 103
}
... ...
@@ -128,4 +128,4 @@ public class ManeuverCacheDelegate implements SerializableManeuverCache {
128 128
public boolean canBeUpdated() {
129 129
return true;
130 130
}
131
-}
... ...
\ No newline at end of file
0
+}