Allon Mureinik has uploaded a new change for review. Change subject: core: EntityAsyncTask: comment empty methods ......................................................................
core: EntityAsyncTask: comment empty methods Commented empty methods to avoid getting a warning on them. Change-Id: Id53922f51e3da6eced0da40d0e00d98b2b8241ef Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/EntityAsyncTask.java 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/91/7791/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/EntityAsyncTask.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/EntityAsyncTask.java index b8687c4..d075887 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/EntityAsyncTask.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/EntityAsyncTask.java @@ -234,6 +234,7 @@ * other running tasks on the same entity or not. */ protected void OnCurrentTaskEndSuccess() { + // Default implementation is empty } /** @@ -241,6 +242,7 @@ * are other running tasks on the same entity or not. */ protected void OnCurrentTaskEndFailure() { + // Default implementation is empty } /** @@ -248,6 +250,7 @@ * whether there are other running tasks on the same entity or not. */ protected void OnCurrentTaskDoesNotExist() { + // Default implementation is empty } private static final Log log = LogFactory.getLog(EntityAsyncTask.class); -- To view, visit http://gerrit.ovirt.org/7791 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id53922f51e3da6eced0da40d0e00d98b2b8241ef Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
