Allon Mureinik has posted comments on this change.

Change subject: core: CommandBase: Suppressed "unused" warnings
......................................................................


Patch Set 1:

Answering both questions at once: the @SuppressWarnings("unused") refers to the 
method's parameters, which are not used in the implementation here (e.g., throw 
new NotSupportedException() - does not relate to the params).

However, these parameters are important as inheriting classes do use them.

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I8021634989ca8e1bb8f8cd5af98599c612b33046
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Laszlo Hornyak <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to