Resolved the Serialization and Deserialization issues for MultiValued Columns with...
[ovsdb.git] / library / src / main / java / org / opendaylight / ovsdb / lib / notation / Column.java
index 57a35c6db1430e30e5bd6aa01e04c11cf6b72328..231567a4b2bfe85e3592a752efa1cb48cbf34877 100644 (file)
@@ -31,7 +31,7 @@ public class Column<E extends TableSchema<E>, D> {
         return schema.validate(data);
     }
 
-    public Object getData() {
+    public D getData() {
         return data;
     }