mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix issue in operation log not loading
This commit is contained in:
parent
62722718f2
commit
8fd032c336
@ -22,7 +22,7 @@ import java.util.List;
|
|||||||
|
|
||||||
public class ConfigOperation extends Operation {
|
public class ConfigOperation extends Operation {
|
||||||
|
|
||||||
private final List<Property> properties;
|
private final transient List<Property> properties;
|
||||||
|
|
||||||
public ConfigOperation() {
|
public ConfigOperation() {
|
||||||
properties = new ArrayList<>();
|
properties = new ArrayList<>();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user