Repair search and timeout defects
[portal.git] / ecomp-portal-BE-common / src / main / java / org / openecomp / portalapp / portal / controller / RoleManageController.java
index eefd500..02f237d 100644 (file)
@@ -175,7 +175,7 @@ public class RoleManageController extends EPRestrictedBaseController {
        public void  syncRoles(EPApp app)
        {
                try {
-                       externalAccessRolesService.SyncApplicationRolesWithEcompDB(app);
+                       externalAccessRolesService.syncApplicationRolesWithEcompDB(app);
                } catch (Exception e) {
                        logger.error(EELFLoggerDelegate.debugLogger, "failed syncRoles");
                }