Allon Mureinik has uploaded a new change for review.

Change subject: core: Rm GetDiskAlignmentCommand.serialVersionUUID
......................................................................

core: Rm GetDiskAlignmentCommand.serialVersionUUID

Since commands are no longer Serializable, there is not point in having
a serivalVersionUUID in GetDiskAlignmentCommand.

Change-Id: I96eea341ec3ee054972da41aa1029d398ca8d390
Signed-off-by: Allon Mureinik <[email protected]>
---
M 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetDiskAlignmentCommand.java
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/69/21669/1

diff --git 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetDiskAlignmentCommand.java
 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetDiskAlignmentCommand.java
index 16ee97e..60f2f1c 100644
--- 
a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetDiskAlignmentCommand.java
+++ 
b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetDiskAlignmentCommand.java
@@ -46,8 +46,6 @@
 @LockIdNameAttribute
 @NonTransactiveCommandAttribute(forceCompensation = true)
 public class GetDiskAlignmentCommand<T extends GetDiskAlignmentParameters> 
extends CommandBase<T> {
-    private static final long serialVersionUID = -7266894047095142486L;
-
     private Disk diskToScan;
     private Guid vdsInPool, storagePoolId;
     private VM diskVm;


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I96eea341ec3ee054972da41aa1029d398ca8d390
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to