InventoryService caching and First-level Transaction Support
[netvirt.git] / ovsdb / src / main / java / org / opendaylight / ovsdb / lib / message / TableUpdate.java
index 1b89ba40aed09c715613f0ee3b5ab675d03d4048..72e4af10fa6472e7f6af7455e8fd031dc0d079e8 100644 (file)
@@ -38,7 +38,7 @@ public  class TableUpdate<T extends Table>  {
         return "TableUpdate [map=" + map + "]";
     }
 
-    static class Row<T> {
+    public static class Row<T> {
 
         @JsonIgnore
         String id;