From 9da56fe1fe18cc544910365aaea72eafd8208c78 Mon Sep 17 00:00:00 2001 From: Min Chen Date: Fri, 25 Oct 2013 21:15:36 -0700 Subject: [PATCH] Remove wrong final modifier from Created field in SnapshotDataStoreVO, TemplateDataStoreVO and VolumeDataStoreVO. --- .../cloudstack/storage/datastore/db/SnapshotDataStoreVO.java | 2 +- .../cloudstack/storage/datastore/db/TemplateDataStoreVO.java | 2 +- .../cloudstack/storage/datastore/db/VolumeDataStoreVO.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/schema/src/org/apache/cloudstack/storage/datastore/db/SnapshotDataStoreVO.java b/engine/schema/src/org/apache/cloudstack/storage/datastore/db/SnapshotDataStoreVO.java index 98fb7b173a0..db86c3f24b7 100644 --- a/engine/schema/src/org/apache/cloudstack/storage/datastore/db/SnapshotDataStoreVO.java +++ b/engine/schema/src/org/apache/cloudstack/storage/datastore/db/SnapshotDataStoreVO.java @@ -59,7 +59,7 @@ public class SnapshotDataStoreVO implements StateObject