Yair Zaslavsky has posted comments on this change.

Change subject: core: NPE in add quota via rest
......................................................................


Patch Set 2: (1 inline comment)

....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/GetQuotaByQuotaIdQueryParameters.java
Line 13:     public GetQuotaByQuotaIdQueryParameters() {
Line 14:     }
Line 15: 
Line 16:     public GetQuotaByQuotaIdQueryParameters(Guid quotaId) {
Line 17:         this();
Remove the call to this();
Line 18:         this.quotaId = quotaId;
Line 19:     }
Line 20: 
Line 21:     public void setQuotaId(Guid quotaId) {


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I83a3712b15ee96de2a0fb6a3da77e41bcbd2387f
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to