Allon Mureinik has uploaded a new change for review. Change subject: core: Fix HooksParser javadoc ......................................................................
core: Fix HooksParser javadoc Fixed HookParser's javadoc to reference Maps instead of ValueObjectMaps, which are not used by it. Change-Id: Icdd8c46a83aba4bd4386cb0c0a7288c0df6f0a9c Signed-off-by: Allon Mureinik <amure...@redhat.com> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/vdshooks/VdsHooksParser.java 1 file changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/16/16816/1 diff --git a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/vdshooks/VdsHooksParser.java b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/vdshooks/VdsHooksParser.java index 2124c21..20dd574 100644 --- a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/vdshooks/VdsHooksParser.java +++ b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/vdshooks/VdsHooksParser.java @@ -4,8 +4,9 @@ import java.util.Map; /** - * Parsers a hooks string to a ValueObjectMap of script directories/events to a ValueObjectMap of script names to a - * ValueObjectMap of script properties The string is in format of a "toString" invocation on java.util.map object - for + * Parsers a hooks string to a map of script directories/events to a map of script names to a + * map of script properties. + * The string is in format of a "toString" invocation on java.util.map object - for * example "{before_vm_hibernate={myscript.sh={md5=5d9c4609cd936e80bac8c9ef7b27ea73}, * 01_log={md5=f388923356e84c2b4149572a44fde2b4}}, * after_vm_migrate_destination={myscript.sh={md5=677da3bdd8fbd16d4b8917a9fe0f6f89}}, -- To view, visit http://gerrit.ovirt.org/16816 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Icdd8c46a83aba4bd4386cb0c0a7288c0df6f0a9c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amure...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches