Hello Allon Mureinik, I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/23371 to review the following change. Change subject: core: Removed JDK7 ConfigurationException ctor ...................................................................... core: Removed JDK7 ConfigurationException ctor Removed ConfigurationException(String, Throwable, boolean, boolean). This constructor was introduced to RuntimeException in JDK7, and having it in the common project breaks JDK6 compatibility[1] required for GWT compilation. [1] http://jenkins.ovirt.org/job/ovirt_engine_animal_sniffer_check/5926/console Change-Id: I057c641a8f05b789bb69e15d524588ba3f0f42fd Signed-off-by: Allon Mureinik <amure...@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/authentication/ConfigurationException.java 1 file changed, 0 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/71/23371/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/authentication/ConfigurationException.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/authentication/ConfigurationException.java index 2e5a75d..e29d208 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/authentication/ConfigurationException.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/authentication/ConfigurationException.java @@ -15,8 +15,4 @@ public ConfigurationException(String message, Throwable cause) { super(message, cause); } - - public ConfigurationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) { - super(message, cause, enableSuppression, writableStackTrace); - } } -- To view, visit http://gerrit.ovirt.org/23371 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I057c641a8f05b789bb69e15d524588ba3f0f42fd Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Yair Zaslavsky <yzasl...@redhat.com> Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches