mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-24 22:48:34 +00:00
Improved javadoc
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import com.sap.sse.replication.OperationWithResult;
|
||||
|
||||
/**
|
||||
*
|
||||
* Needed in the context of the initial replication of the wind estimation factory service.
|
||||
* Updates wind estimation models.
|
||||
*
|
||||
* @author Vladislav Chumak (D069712)
|
||||
*
|
||||
|
||||
+6
@@ -1,5 +1,11 @@
|
||||
package com.sap.sailing.windestimation.integration;
|
||||
|
||||
/**
|
||||
* Updates wind estimation models with provided exported models.
|
||||
*
|
||||
* @author Vladislav Chumak (D069712)
|
||||
*
|
||||
*/
|
||||
public class WindEstimationModelsUpdateOperationImpl implements WindEstimationModelsUpdateOperation {
|
||||
|
||||
private static final long serialVersionUID = 6407877837605630090L;
|
||||
|
||||
+1
@@ -22,6 +22,7 @@ import com.sap.sailing.windestimation.integration.WindEstimationModelsUpdateOper
|
||||
import com.sap.sailing.windestimation.jaxrs.AbstractWindEstimationDataResource;
|
||||
|
||||
/**
|
||||
* Resource which manages wind estimation model metadata. Data export and import are supported.
|
||||
*
|
||||
* @author Vladislav Chumak (D069712)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user