mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Add missing log line
This commit is contained in:
parent
5c6a3cba1f
commit
8bf0a67336
@ -68,6 +68,8 @@ import javax.ws.rs.core.Response;
|
||||
@Path("/applications")
|
||||
public class ApplicationManagementPublisherAPIImpl implements ApplicationManagementPublisherAPI {
|
||||
|
||||
private static Log log = LogFactory.getLog(ApplicationManagementPublisherAPIImpl.class);
|
||||
|
||||
@POST
|
||||
@Override
|
||||
@Consumes("application/json")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user