fix bug: change sql-query in localArtifactRepository (#820)
Also-by: Nazife Basbaz <nazife.basbaz@bosch-si.com> Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com>
This commit is contained in:
committed by
Jeroen Laverman
parent
b8ca7d24c8
commit
fde0cbdf16
@@ -46,6 +46,6 @@ public enum EventTopic {
|
||||
/**
|
||||
* Topic to send multiple actions to the device.
|
||||
*/
|
||||
MULTI_ACTION;
|
||||
MULTI_ACTION
|
||||
|
||||
}
|
||||
|
||||
@@ -37,6 +37,6 @@ public enum MessageType {
|
||||
/**
|
||||
* DMF receiver health check reponse type.
|
||||
*/
|
||||
PING_RESPONSE;
|
||||
PING_RESPONSE
|
||||
|
||||
}
|
||||
|
||||
@@ -64,5 +64,5 @@ public enum DmfActionStatus {
|
||||
/**
|
||||
* Action has been downloaded for this target.
|
||||
*/
|
||||
DOWNLOADED;
|
||||
DOWNLOADED
|
||||
}
|
||||
|
||||
@@ -29,6 +29,6 @@ public enum DmfUpdateMode {
|
||||
/**
|
||||
* Removal update strategy
|
||||
*/
|
||||
REMOVE;
|
||||
REMOVE
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user