Fix minor issue in App publisher interface

This commit is contained in:
lasanthaDLPDS 2019-05-13 07:58:32 +05:30
parent c6440a779d
commit b48fa9df7c

View File

@ -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