Minor refactoring related to wso2/product-iots#1035

This commit is contained in:
Harshan Liyanage 2017-09-04 12:31:41 +05:30
parent e7b65b0136
commit fbc72a3c63

View File

@ -572,7 +572,7 @@ public class UserManagementServiceImpl implements UserManagementService {
EmailMetaInfo metaInfo = new EmailMetaInfo(recipient, props);
dms.sendEnrolmentInvitation(DeviceManagementConstants.EmailAttributes.USER_ENROLLMENT_TEMPLATE,
metaInfo);
metaInfo);
}
} catch (DeviceManagementException e) {
String msg = "Error occurred while inviting user to enrol their device";