Omer Frenkel has posted comments on this change.

Change subject: engine: Fix automatic default quota name.
......................................................................


Patch Set 2: (2 inline comments)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/QuotaHelper.java
Line 129:         Integer suffixQuotaName = 0;
i think int can be used here

Line 143:         return (suffixQuotaName > 0) ? String.format("%1$s_%2$s", 
quotaDefaultName, suffixQuotaName.toString())
no need for .toString()

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I82212ea40a25d4a1405d68e3b17771fe26e2b61a
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to