Allon Mureinik has uploaded a new change for review. Change subject: core: CommandBase: Javadoc ConcreteCreateTask ......................................................................
core: CommandBase: Javadoc ConcreteCreateTask Added Javadoc documentation to the ConcreteCreateTask function, to assist programmers that must implement it in their commands. Change-Id: I1b660d65f217f1c0d466ce751d1a1947d6a5ef6e 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, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/86/7786/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java index f1f3c61..abe7912 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java @@ -1093,6 +1093,12 @@ return retValue; } + /** + * Create the {@link SPMAsyncTask} object to be run + * @param asyncTaskCreationInfo Info on how to create the task + * @param parentCommand The type of command issuing the task + * @return An {@link SPMAsyncTask} object representing the task to be run + */ protected SPMAsyncTask ConcreteCreateTask (AsyncTaskCreationInfo asyncTaskCreationInfo, VdcActionType parentCommand) { -- To view, visit http://gerrit.ovirt.org/7786 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1b660d65f217f1c0d466ce751d1a1947d6a5ef6e 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
