@ -62,7 +62,7 @@ public class EventReceiverServiceImpl implements EventReceiverService {
entity(message).build();
}
} catch (DataPublisherConfigurationException e) {
String msg = "Error occurred while getting the Data publisher Service.";
String msg = "Error occurred while getting the Data publisher Service instance.";
log.error(msg, e);
throw new UnexpectedServerErrorException(
new ErrorResponse.ErrorResponseBuilder().setCode(500l).setMessage(msg).build());
@ -388,7 +388,7 @@
<Permission>
<name>Event Retrieve</name>
<path>/device-mgt/android/events/view</path>
<url>/events/*</url>
<url>/events</url>
<method>GET</method>
<scope>emm_admin</scope>
</Permission>