Yair Zaslavsky has uploaded a new change for review.

Change subject: core: Removing jdk7 extended CTOR
......................................................................

core: Removing jdk7 extended CTOR

Change-Id: If25ef37b0d9ff79737e7dfe8283322acb70b1dcb
Bug-Url: https://bugzilla.redhat.com/878694
signed-off-by: Yair Zaslavsky <yzasl...@redhat.com>
---
M 
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/exceptions/InitializationException.java
1 file changed, 0 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/66/9666/1

diff --git 
a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/exceptions/InitializationException.java
 
b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/exceptions/InitializationException.java
index e04ce92..ab58014 100644
--- 
a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/exceptions/InitializationException.java
+++ 
b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/exceptions/InitializationException.java
@@ -20,12 +20,4 @@
     public InitializationException(String message, Throwable cause) {
         super(message, cause);
     }
-
-    public InitializationException(String message,
-            Throwable cause,
-            boolean enableSuppression,
-            boolean writableStackTrace) {
-        super(message, cause, enableSuppression, writableStackTrace);
-    }
-
 }


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If25ef37b0d9ff79737e7dfe8283322acb70b1dcb
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: 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