mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-18 11:49:09 +00:00
formatting only
This commit is contained in:
+2
-2
@@ -167,8 +167,8 @@ public class ORCCertificateJsonSerializer implements JsonSerializer<ORCCertifica
|
||||
} else if (bearing.equals(ORCCertificate.ALLOWANCES_TRUE_WIND_ANGLES[7])) {
|
||||
result = ORC_CERTIFICATE_R150_PREDICTION;
|
||||
} else {
|
||||
String angleDegress =String.valueOf(bearing.getDegrees());
|
||||
angleDegress =angleDegress.replace(".", "P");
|
||||
String angleDegress = String.valueOf(bearing.getDegrees());
|
||||
angleDegress = angleDegress.replace(".", "P");
|
||||
result = MessageFormat.format(ORC_CERTIFICATE_R_PERDICTION, String.valueOf(angleDegress));
|
||||
}
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user