Improved javadoc

This commit is contained in:
Vladislav Chumak
2019-02-18 19:34:58 +01:00
parent fe0c08d349
commit c72875cc0a
3 changed files with 8 additions and 1 deletions
@@ -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)
*
@@ -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;
@@ -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)
*