Alissa Bonas has uploaded a new change for review. Change subject: core: rename methods to lowercase in VdcEventNotificationUtils ......................................................................
core: rename methods to lowercase in VdcEventNotificationUtils Change-Id: I15a6ac6cca84e6498d8336bf8ea57e9f97b63dac Signed-off-by: Alissa Bonas <abo...@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/VdcEventNotificationUtils.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java 2 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/12/21012/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/VdcEventNotificationUtils.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/VdcEventNotificationUtils.java index af0ccda..0ac9763 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/VdcEventNotificationUtils.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/VdcEventNotificationUtils.java @@ -129,7 +129,7 @@ * * @return */ - public static Map<EventNotificationEntity, HashSet<AuditLogType>> GetNotificationEvents() { + public static Map<EventNotificationEntity, HashSet<AuditLogType>> getNotificationEvents() { return _eventNotificationTypeMap; } @@ -140,7 +140,7 @@ * The type. * @return */ - public static Map<EventNotificationEntity, HashSet<AuditLogType>> GetNotificationEventsByType( + public static Map<EventNotificationEntity, HashSet<AuditLogType>> getNotificationEventsByType( EventNotificationEntity type) { Map<EventNotificationEntity, HashSet<AuditLogType>> map = new HashMap<EventNotificationEntity, HashSet<AuditLogType>>(); diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java index 9f9e6d5..3e2f5bd 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/dataprovider/AsyncDataProvider.java @@ -2913,7 +2913,7 @@ } public static Map<EventNotificationEntity, HashSet<AuditLogType>> getAvailableNotificationEvents() { - return VdcEventNotificationUtils.GetNotificationEvents(); + return VdcEventNotificationUtils.getNotificationEvents(); } public static void getNicTypeList(final int osId, Version version, AsyncQuery asyncQuery) { -- To view, visit http://gerrit.ovirt.org/21012 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I15a6ac6cca84e6498d8336bf8ea57e9f97b63dac Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alissa Bonas <abo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches