Allon Mureinik has uploaded a new change for review.

Change subject: core: TestAuditLoggableBase serial warning
......................................................................

core: TestAuditLoggableBase serial warning

Suppressed the serial warning on TestAuditLoggableBase - it is just a
test class, and will never be seriazlied or deserialized.

Change-Id: Ic88229b7c147bbcd59d6c88a924d81603dcf18b3
Signed-off-by: Allon Mureinik <[email protected]>
---
M 
backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogableBaseTest.java
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/93/12993/1

diff --git 
a/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogableBaseTest.java
 
b/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogableBaseTest.java
index 14f49eb..7c640b9 100644
--- 
a/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogableBaseTest.java
+++ 
b/backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogableBaseTest.java
@@ -1053,6 +1053,7 @@
         assertEquals(AuditLogType.UNASSIGNED.toString(), s);
     }
 
+    @SuppressWarnings("serial")
     protected static class TestAuditLogableBase extends AuditLogableBase {
         public final StorageDomain STORAGE_DOMAIN = new StorageDomain();
 


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

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