@ -78,7 +78,7 @@ public interface DeviceTypeConfigurationService {
@GET
@Path("license")
@Produces("text/html")
@Produces("text/plain")
@ApiOperation(
produces = MediaType.APPLICATION_JSON,
httpMethod = "GET",
@ -161,7 +161,7 @@ public class DeviceTypeConfigurationServiceImpl implements DeviceTypeConfigurati
public Response getLicense() throws AndroidAgentException {
License license = null;