7ecf4628bde95433d8591255ff04625465a746d1
java/com.sap.sailing.polars/src/com/sap/sailing/polars/mining/PolarDataMiner.java
| ... | ... | @@ -63,11 +63,14 @@ import com.sap.sse.util.impl.ThreadFactoryWithPriority; |
| 63 | 63 | |
| 64 | 64 | /** |
| 65 | 65 | * Entry point for the aggregation of backend polar data and backend to that data. |
| 66 | + * <p> |
|
| 66 | 67 | * |
| 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> |
|
| 69 | 71 | * |
| 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> |
|
| 71 | 74 | * |
| 72 | 75 | * @author D054528 (Frederik Petersen) |
| 73 | 76 | * |