Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / rests / transactions / TransactionVarsWrapper.java
index fb7ef5c48b9fa011a579dea92d45d72806db5254..b678623fdd3ab7037cf3cceb69460ea375199b8a 100644 (file)
@@ -64,11 +64,11 @@ public final class TransactionVarsWrapper {
     /**
      * Set {@link LogicalDatastoreType} of data for transaction.
      *
-     * @param configuration
+     * @param datastoreType
      *             {@link LogicalDatastoreType}
      */
-    public void setLogicalDatastoreType(final LogicalDatastoreType configuration) {
-        this.configuration = configuration;
+    public void setLogicalDatastoreType(final LogicalDatastoreType datastoreType) {
+        this.configuration = datastoreType;
 
     }