SonarBugFix: 98/14798/2
authorBindya Narayan <bindya.narayan@intel.com>
Wed, 4 Feb 2015 00:31:22 +0000 (16:31 -0800)
committerSam Hague <shague@redhat.com>
Fri, 6 Feb 2015 03:11:07 +0000 (03:11 +0000)
Signed-off-by: Bindya Narayan <bindya.narayan@intel.com>
Signed-off-by: Bindya Narayan <bindya.narayan@intel.com>
library/src/main/java/org/opendaylight/ovsdb/lib/operations/Update.java

index 1670e9370fc6d5d9f890cd8ae524ba769b97636a..88b26078a1fc678a831dafefcbe4582e2a7d9e06 100644 (file)
@@ -32,7 +32,7 @@ public class Update<E extends TableSchema<E>> extends Operation<E> implements Co
 
     Map<String, Object> row = Maps.newHashMap();
     String uuid;
-    //Where where;
+
     List<Condition> where = Lists.newArrayList();
 
     private String uuidName;