...
|
...
|
@@ -27,6 +27,6 @@ public class OtherConfiguration { |
27
|
27
|
private PowerMode powerMode;
|
28
|
28
|
private String fwUpdateResource;
|
29
|
29
|
private String swUpdateResource;
|
30
|
|
- private boolean composite;
|
|
30
|
+ private boolean compositeOperationsSupport;
|
31
|
31
|
|
32
|
32
|
} |
...
|
...
|
|