Allon Mureinik has uploaded a new change for review. Change subject: core: CommandBase: Removed redundant null check ......................................................................
core: CommandBase: Removed redundant null check Removed a null check on the task variable in the CreateTask method. Right before the null check, task.getTaskID() is referenced, so task can clearly not be null at this point. Change-Id: I7c8d20f637d792914b6d6ce15cfd8753aedec64c Signed-off-by: Allon Mureinik <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java 1 file changed, 8 insertions(+), 10 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/69/6469/1 -- To view, visit http://gerrit.ovirt.org/6469 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7c8d20f637d792914b6d6ce15cfd8753aedec64c 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
