Omer Frenkel has posted comments on this change.

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


Patch Set 1: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/QuotaHelper.java
Line 143:         return (suffixQuotaName > 0) ? quotaDefaultName + "_" + 
suffixQuotaName.toString() : quotaDefaultName;
maybe use String.format("%1$s_%2$s",quotaDefaultName,suffixQuotaName) instead 
of adding strings

--
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: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to