mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fix minor issue in App publisher interface
This commit is contained in:
parent
c6440a779d
commit
b48fa9df7c
@ -753,7 +753,7 @@ public interface ApplicationManagementPublisherAPI {
|
|||||||
name = "LifecycleChanger",
|
name = "LifecycleChanger",
|
||||||
value = "Lifecycle Changer which contains the action and the reason for the lifecycle change.",
|
value = "Lifecycle Changer which contains the action and the reason for the lifecycle change.",
|
||||||
required = true)
|
required = true)
|
||||||
LifecycleChanger lifecycleChanger
|
@Valid LifecycleChanger lifecycleChanger
|
||||||
);
|
);
|
||||||
|
|
||||||
@GET
|
@GET
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user