Laszlo Hornyak has uploaded a new change for review.

Change subject: engine: remove single default constructor
......................................................................

engine: remove single default constructor

removed single default constructor from CustomPropertiesValueHelper

Change-Id: I733a1404a7fedd32e896d86690526ad817801c45
Signed-off-by: Laszlo Hornyak <lhorn...@redhat.com>
---
M 
backend/manager/tools/src/main/java/org/ovirt/engine/core/config/entity/helper/CustomPropertiesValueHelper.java
1 file changed, 0 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/21/15721/1

diff --git 
a/backend/manager/tools/src/main/java/org/ovirt/engine/core/config/entity/helper/CustomPropertiesValueHelper.java
 
b/backend/manager/tools/src/main/java/org/ovirt/engine/core/config/entity/helper/CustomPropertiesValueHelper.java
index a4d4f49..414d4ae 100644
--- 
a/backend/manager/tools/src/main/java/org/ovirt/engine/core/config/entity/helper/CustomPropertiesValueHelper.java
+++ 
b/backend/manager/tools/src/main/java/org/ovirt/engine/core/config/entity/helper/CustomPropertiesValueHelper.java
@@ -7,9 +7,6 @@
 
 public class CustomPropertiesValueHelper extends StringValueHelper {
 
-    public CustomPropertiesValueHelper() {
-    }
-
     @Override
     public ValidationResult validate(ConfigKey key, String value) {
         String[] keyValuePairs = value.split(";");


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I733a1404a7fedd32e896d86690526ad817801c45
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Laszlo Hornyak <lhorn...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to