Arik Hadas has uploaded a new change for review.

Change subject: core: change failCanDoAction method's comment
......................................................................

core: change failCanDoAction method's comment

Change the comment of CommandBase#failCanDoAction(VdcBllMessages) to
conform the javadoc standard.

Change-Id: I3a22a7673908ef8e665efa519629e1b4a8f2cbb6
Signed-off-by: Arik Hadas <[email protected]>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/86/12786/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 a1f68e7..0c0ea89 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
@@ -1637,10 +1637,11 @@
     }
 
     /**
-     * Add validation message and return false. See {@link 
#addCanDoActionMessage(String)}
-     * @param message   the message to add
+     * Add validation message and return false.
      *
+     * @param message   the message to add
      * @return  false always
+     * @see {@link #addCanDoActionMessage(String)}
      */
     protected final boolean failCanDoAction(VdcBllMessages message) {
         addCanDoActionMessage(message);


--
To view, visit http://gerrit.ovirt.org/12786
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3a22a7673908ef8e665efa519629e1b4a8f2cbb6
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to