Yevgeny Zaspitsky has posted comments on this change. Change subject: engine: Support replacements in ValidationResult ......................................................................
Patch Set 2: (1 comment) http://gerrit.ovirt.org/#/c/34855/2/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ValidationResult.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ValidationResult.java: Line 177: private ValidationResultBuilder(VdcBllMessages expectedError, String[] replacements) { Line 178: expectedValidation = new ValidationResult(expectedError, replacements); Line 179: } Line 180: Line 181: private ValidationResultBuilder(VdcBllMessages expectedError) { Now this is redundant Line 182: expectedValidation = new ValidationResult(expectedError); Line 183: } Line 184: Line 185: /** -- To view, visit http://gerrit.ovirt.org/34855 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5f2bd85af2d129e0647b100b90908a1314419da2 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Moti Asayag <[email protected]> Gerrit-Reviewer: Alona Kaplan <[email protected]> Gerrit-Reviewer: Mike Kolesnik <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: Yevgeny Zaspitsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
