Laszlo Hornyak has uploaded a new change for review.

Change subject: engine: VdsDeploy cleanup 2
......................................................................

engine: VdsDeploy cleanup 2

- Added type parameter to generic types to get rid of warning.

Change-Id: Ibfb00c823d42d3a7eac611010d22cdcda5753c0b
Signed-off-by: Laszlo Hornyak <lhorn...@redhat.com>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/73/12973/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java
index 138f552..8481419 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsDeploy.java
@@ -300,7 +300,7 @@
      * This is tick based vector, every event execute the next
      * tick.
      */
-    private final Callable[] _customizationDialog = new Callable[] {
+    private final Callable<?>[] _customizationDialog = new Callable<?>[] {
         new Callable<Object>() { public Object call() throws Exception {
             _parser.cliEnvironmentSet(
                 "OVIRT_ENGINE/correlationId",
@@ -521,7 +521,7 @@
      * This is tick based vector, every event execute the next
      * tick.
      */
-    private final Callable[] _terminationDialog = new Callable[] {
+    private final Callable<?>[] _terminationDialog = new Callable<?>[] {
         new Callable<Object>() { public Object call() throws Exception {
             _resultError = (Boolean)_parser.cliEnvironmentGet(
                 BaseEnv.ERROR


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibfb00c823d42d3a7eac611010d22cdcda5753c0b
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