Moti Asayag has uploaded a new change for review.

Change subject: engine: Add generated serial version id for the excetion
......................................................................

engine: Add generated serial version id for the excetion

Change-Id: I88e0ab80860b2e560ddb5a1804b5e946abbbfc22
Signed-off-by: Moti Asayag <masa...@redhat.com>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/provider/storage/OpenStackImageException.java
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/25/38525/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/provider/storage/OpenStackImageException.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/provider/storage/OpenStackImageException.java
index e16e3e6..6beb578 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/provider/storage/OpenStackImageException.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/provider/storage/OpenStackImageException.java
@@ -2,6 +2,8 @@
 
 public class OpenStackImageException extends RuntimeException {
 
+    private static final long serialVersionUID = 8324838739774296612L;
+
     public static enum ErrorType {
         UNSUPPORTED_CONTAINER_FORMAT,
         UNSUPPORTED_DISK_FORMAT,


-- 
To view, visit https://gerrit.ovirt.org/38525
To unsubscribe, visit https://gerrit.ovirt.org/settings

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

Reply via email to