Fixed javadoc warning

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-aggregator-se-plugin@157730 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-10-27 14:50:14 +00:00
parent d7731934f5
commit 13262bdb72
2 changed files with 0 additions and 25 deletions

View File

@ -88,9 +88,6 @@ public class AccountingAggregatorPlugin extends Plugin<AccountingAggregatorPlugi
LOCAL_TIME_DATE_FORMAT = new SimpleDateFormat(LOCAL_TIME_DATE_FORMAT_PATTERN);
}
/**
* @param runningPluginEvolution
*/
public AccountingAggregatorPlugin(AccountingAggregatorPluginDeclaration pluginDeclaration) {
super(pluginDeclaration);
}

View File

@ -133,17 +133,6 @@ public class WorkSpaceManagement {
return String.format("/Home/%s/Workspace", username);
}
/**
* Create a Folder name folderName into workspace in the parent folder.
* Before creating it check if it already exists.
* If it exist there is no needs to recreate it, so it just return it.
*
* @param parent
* @param folderName
* @param folderDescription
* @return
* @throws Exception
*/
public static String createFolder(String parentPath, String folderName, String folderDescription)
throws Exception {
try {
@ -160,17 +149,6 @@ public class WorkSpaceManagement {
}
}
/**
* Save a Item on workspace
*
* @param user
* of workspace
* @param inputStream
* @param name
* @param description
* @param folderId
* @throws Exception
*/
public static void uploadFile(InputStream inputStream, String name, String description, String mimeType,
String parentPath) throws Exception {
try {