Liron Aravot has uploaded a new change for review. Change subject: core: make constants class ctor private ......................................................................
core: make constants class ctor private Change-Id: Ifef9264b2bfb39150cbcdde2efe376bfde3861b5 Signed-off-by: Liron Aravot <[email protected]> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfInfoFileConstants.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/33/26933/1 diff --git a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfInfoFileConstants.java b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfInfoFileConstants.java index 1f7c420..ba03c07 100644 --- a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfInfoFileConstants.java +++ b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfInfoFileConstants.java @@ -1,7 +1,7 @@ package org.ovirt.engine.core.utils.ovf; public class OvfInfoFileConstants { - public OvfInfoFileConstants() { + private OvfInfoFileConstants() { } public static final String LastUpdated = "Last Updated"; -- To view, visit http://gerrit.ovirt.org/26933 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifef9264b2bfb39150cbcdde2efe376bfde3861b5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liron Aravot <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
