refactorying ISClientConnector class

This commit is contained in:
Roberto Cirillo 2021-11-18 17:34:10 +01:00
parent 56754bfb50
commit 40680c3e4e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ public class ISClientConnector {
/**
* identify the ServiceEndpoint Category of the storage-manager backend
*/
public final String CATEGORY="DataStorage";
public final String CATEGORY="Storage";
/**
* identify the ServiceEndpoint name of the storage-manager backend
*/