275d1cf473afb839a7853bba088bd98d2f03dd24
java/com.sap.sailing.windestimation/src/com/sap/sailing/windestimation/data/transformer/ManeuverForEstimationTransformer.java
| ... | ... | @@ -182,7 +182,7 @@ public class ManeuverForEstimationTransformer |
| 182 | 182 | deviationFromOptimalTackAngleInDegrees, deviationFromOptimalJibeAngleInDegrees, speedLossRatio, |
| 183 | 183 | speedGainRatio, lowestSpeedVsExitingSpeedRatio, clean, maneuverCategory, scaledSpeedBeforeInKnots, |
| 184 | 184 | scaledSpeedAfterInKnots, maneuver.isMarkPassing(), boatClass, markPassingDataAvailable, |
| 185 | - competitor.getName()); |
|
| 185 | + competitor==null?null:competitor.getName()); |
|
| 186 | 186 | return maneuverForEstimation; |
| 187 | 187 | } |
| 188 | 188 |