Bug 1245: Dropped Binding prefix from Binding Data APIs.
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / data / AsyncReadOnlyTransaction.java
index ecf94cdfb18bb32a55c79cdae14d089f45a7ddbb..4beb5c62e335dcd2af46af1493a7ea8180d32f48 100644 (file)
@@ -24,7 +24,7 @@ import org.opendaylight.yangtools.concepts.Path;
 public interface AsyncReadOnlyTransaction<P extends Path<P>, D> extends AsyncReadTransaction<P, D>, AutoCloseable {
 
     /**
-     * Closes transaction and releases all resources associated with it.
+     * Closes this transaction and releases all resources associated with it.
      *
      */
     @Override