This commit is contained in:
Lucio Lelii 2008-11-21 10:22:06 +00:00
parent 4f85f978f6
commit e79e669aca
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ public class RegistryConfiguration {
/** The root service to take care at service's startup */
public static enum ROOT_SERVICES {
ISIC() {public String getClazz() {return "InformationSystem";} public String getName() {return "IS-IC";}},
ISIC() { public String getClazz() {return "InformationSystem";} public String getName() {return "IS-IC";}},
ISNOTIFIER() {public String getClazz() {return "InformationSystem";} public String getName() {return "IS-Notifier";}},
GHNMANAGER() {public String getClazz() {return "VREManagement";} public String getName() {return "GHNManager";}},
DEPLOYER() {public String getClazz() {return "VREManagement";} public String getName() {return "Deployer";}};
@ -120,7 +120,7 @@ public class RegistryConfiguration {
/**
* Set registration Type
* @param file the registration Type
* @param type the registration Type
*/
public void setRegistrationType(String type) {
registrationType = type;