mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
made parameter final to ensure it doesn't change
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ public class IgtimiWindReceiver implements BulkFixReceiver {
|
||||
}
|
||||
}
|
||||
|
||||
private Wind getWind(TimePoint timePoint) throws ClassNotFoundException, IOException, ParseException {
|
||||
private Wind getWind(final TimePoint timePoint) throws ClassNotFoundException, IOException, ParseException {
|
||||
final Wind result;
|
||||
Pair<AWA, AWA> awaPair = getSurroundingFixes(getAwaTrack(), timePoint);
|
||||
Bearing awa = getAWA(timePoint, awaPair);
|
||||
|
||||
Reference in New Issue
Block a user