ref 8471:TDM - DataMiner Manager - Support Java 8 compatibility

https://support.d4science.org/issues/8471

Updated to support Java 8 compatibility

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/data-miner-manager-cl@148446 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2017-05-10 12:59:40 +00:00
parent 6ecf825ad0
commit 7beb876cb8
3 changed files with 6 additions and 3 deletions

View File

@ -65,7 +65,9 @@ public class SClient4WPSSession implements Serializable {
/**
* Initializes a WPS client session.
*
*
* @param user user
* @param password password
*/
public SClient4WPSSession(String user, String password) {
super();
@ -296,6 +298,7 @@ public class SClient4WPSSession implements Serializable {
* one or more processIDs
* @param serverID
* server id
* @return process description document
* @throws WPSClientException
* WPSClientExpcetion
*/

View File

@ -33,8 +33,10 @@ public class ComputationValueBuilder {
this.valueParameters = valueParameters;
}
/**
*
* @return map of computation value
*/
public LinkedHashMap<String, ComputationValue> create() {
computationsValueParameters = new LinkedHashMap<String, ComputationValue>();

View File

@ -17,8 +17,6 @@ public interface DMMonitorListener {
/**
* Called when there is a progress for the operation.
*
* @param elaborated
* the elaborated part.
*/
public void cancelled();