Oved Ourfali has submitted this change and it was merged.
Change subject: core: Comment in IrsProxyData
......................................................................
core: Comment in IrsProxyData
Fixed a comment in IrsProxyData.handleSpmStatusResult:
1. Grammar fix: intentional->intentionally
2. Used regular double slashes (//) instead of javadoc style comment.
Although using javadoc style for in-method comments is technically
legal java syntax, its confusing to look at (as it may resemble a
method declaration), and may actually crash some javadoc codecs.
Change-Id: Ie3954b02b6f873cfb80815076f6a1f6ebad91d3a
Signed-off-by: Allon Mureinik <amureini(a)redhat.com>
---
M
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/irsbroker/IrsProxyData.java
1 file changed, 2 insertions(+), 3 deletions(-)
Approvals:
Allon Mureinik: Verified
Oved Ourfali: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/28448
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie3954b02b6f873cfb80815076f6a1f6ebad91d3a
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Liron Aravot <laravot(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server