File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
gov.pnnl.goss.gridappsd/src/gov/pnnl/goss/gridappsd/dto Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments