Skip to content

Commit 300d3d6

Browse files
committed
Merge branch 'main' into bug5959
2 parents f5f4bd9 + 8dfb654 commit 300d3d6

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docker/Dockerfile_sapjvm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM buildpack-deps:bullseye
2-
ARG SAPJVM_VERSION=8.1.106
2+
ARG SAPJVM_VERSION=8.1.107
33
44
# Download and extract the SAP JVM 8
55
ENV PATH=${PATH}:/opt/sapjvm_8/bin

java/com.sap.sailing.polars/src/com/sap/sailing/polars/mining/PolarDataMiner.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,14 @@
6363

6464
/**
6565
* Entry point for the aggregation of backend polar data and backend to that data.
66+
* <p>
6667
*
67-
* Creates a polar data pipeline upon creation and puts incoming GPS fixes into that pipeline.
68-
* Also holds references to the actual data containers in which the aggregation results lay.
68+
* Creates a polar data pipeline upon creation and puts incoming GPS fixes into that pipeline. Also holds references to
69+
* the actual data containers in which the aggregation results lay.
70+
* <p>
6971
*
70-
* For more information on polars in SAP Sailing Analytics, please see: http://wiki.sapsailing.com/wiki/howto/misc/polars
72+
* For more information on polars in SAP Sailing Analytics, please see:
73+
* <a href="https://wiki.sapsailing.com/wiki/howto/misc/polars">https://wiki.sapsailing.com/wiki/howto/misc/polars</a>
7174
*
7275
* @author D054528 (Frederik Petersen)
7376
*

0 commit comments

Comments
 (0)