File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
java/com.sap.sailing.polars/src/com/sap/sailing/polars/mining Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11FROM buildpack-deps:bullseye
2- ARG SAPJVM_VERSION=8.1.106
2+ ARG SAPJVM_VERSION=8.1.107
3344# Download and extract the SAP JVM 8
55ENV PATH=${PATH}:/opt/sapjvm_8/bin
Original file line number Diff line number Diff line change 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 *
You can’t perform that action at this time.
0 commit comments