Skip to content

Commit 9afcbdd

Browse files
committed
changed catagory to category
1 parent eb23c75 commit 9afcbdd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gov.pnnl.goss.gridappsd/src/gov/pnnl/goss/gridappsd/dto/ServiceInfo.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public enum ServiceType {
5757
PYTHON, JAVA, WEB, EXE
5858
}
5959

60-
public enum ServiceCatagory {
60+
public enum ServiceCategory {
6161
SIMULATOR, COSIMULATOR, SERVICE
6262
}
6363

@@ -75,7 +75,7 @@ public enum ServiceCatagory {
7575
List<String> service_dependencies;
7676
boolean multiple_instances;
7777
List<EnvironmentVariable> environmentVariables;
78-
ServiceCatagory catagory = ServiceCatagory.SERVICE;
78+
ServiceCategory catagory = ServiceCategory.SERVICE;
7979

8080

8181

@@ -177,11 +177,11 @@ public void setEnvironmentVariables(List<EnvironmentVariable> environmentVariabl
177177
this.environmentVariables = environmentVariables;
178178
}
179179

180-
public ServiceCatagory getCatagory() {
180+
public ServiceCategory getCatagory() {
181181
return catagory;
182182
}
183183

184-
public void setCatagory(ServiceCatagory catagory) {
184+
public void setCatagory(ServiceCategory catagory) {
185185
this.catagory = catagory;
186186
}
187187

services/GridLAB-D.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"service_dependencies": ["helics","helicsgossbridge","gridappsd-alarms","gridappsd-voltage-violation"],
1212
"multiple_instances": false,
1313
"environmentVariables":[],
14-
"catagory": "SIMULATOR"
14+
"category": "SIMULATOR"
1515
}

0 commit comments

Comments
 (0)