Skip to content

Commit 22fa79a

Browse files
committed
catagory to category
1 parent 9afcbdd commit 22fa79a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public enum ServiceCategory {
7575
List<String> service_dependencies;
7676
boolean multiple_instances;
7777
List<EnvironmentVariable> environmentVariables;
78-
ServiceCategory catagory = ServiceCategory.SERVICE;
78+
ServiceCategory category = ServiceCategory.SERVICE;
7979

8080

8181

@@ -178,11 +178,11 @@ public void setEnvironmentVariables(List<EnvironmentVariable> environmentVariabl
178178
}
179179

180180
public ServiceCategory getCatagory() {
181-
return catagory;
181+
return category;
182182
}
183183

184184
public void setCatagory(ServiceCategory catagory) {
185-
this.catagory = catagory;
185+
this.category = catagory;
186186
}
187187

188188
@Override

0 commit comments

Comments
 (0)