Sharad Mishra has uploaded a new change for review. Change subject: core: Renamed Refresh to refreshModel ......................................................................
core: Renamed Refresh to refreshModel Fixes FindBugs issues - http://jenkins.ovirt.org/job/ovirt_engine_find_bugs/2517/findbugsResult/NORMAL/type.1197356663/module.935532853/ Change-Id: I6d6b79a13fe9427253cdd2d93cd84c51e1574e0d Signed-off-by: Sharad Mishra <snmis...@linux.vnet.ibm.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/events/EventListModel.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/templates/UserPortalTemplateEventListModel.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UserPortalVmEventListModel.java 3 files changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/11/8111/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/events/EventListModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/events/EventListModel.java index b220d04..565b140 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/events/EventListModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/events/EventListModel.java @@ -144,7 +144,7 @@ SyncSearch(); } - protected void Refresh() + protected void refreshModel() { AsyncQuery _asyncQuery = new AsyncQuery(); _asyncQuery.setModel(this); @@ -184,7 +184,7 @@ if (command == getRefreshCommand()) { - Refresh(); + refreshModel(); UpdatePagingAvailability(); } } diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/templates/UserPortalTemplateEventListModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/templates/UserPortalTemplateEventListModel.java index e08f96e..62b61c6 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/templates/UserPortalTemplateEventListModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/templates/UserPortalTemplateEventListModel.java @@ -7,7 +7,7 @@ public class UserPortalTemplateEventListModel extends TemplateEventListModel { @Override - protected void Refresh() { + protected void refreshModel() { if (getEntity() == null) { return; } diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UserPortalVmEventListModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UserPortalVmEventListModel.java index c4e6c0d..3ea2d0d 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UserPortalVmEventListModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UserPortalVmEventListModel.java @@ -7,7 +7,7 @@ public class UserPortalVmEventListModel extends VmEventListModel { @Override - protected void Refresh() { + protected void refreshModel() { if (getEntity() == null) { return; } -- To view, visit http://gerrit.ovirt.org/8111 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6d6b79a13fe9427253cdd2d93cd84c51e1574e0d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Sharad Mishra <snmis...@linux.vnet.ibm.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches