Bump to odlparent-9.0.0/yangtools-7.0.1-SNAPSHOT
[mdsal.git] / binding / mdsal-binding-test-utils / src / main / java / org / opendaylight / mdsal / binding / testutils / DataBrokerFailures.java
index a33386ac1aac95cd618770607a08997b7ef65ea6..20588aeecb609b5d93185c833b147ea3f98c0eaa 100644 (file)
@@ -25,7 +25,7 @@ public interface DataBrokerFailures {
      * Fails all future reads.
      *
      * @param exception a {@link ReadFailedException} to throw from a
-     * {@link ReadTransaction#read(LogicalDatastoreType, InstanceIdentifier)} call.
+     *        {@link ReadTransaction#read(LogicalDatastoreType, InstanceIdentifier)} call.
      */
     void failReads(ReadFailedException exception);
 
@@ -35,7 +35,7 @@ public interface DataBrokerFailures {
      * @param howManyTimes how many times to throw the passed exception, until it resets.
      *
      * @param exception a {@link ReadFailedException} to throw from a
-     * {@link ReadTransaction#read(LogicalDatastoreType, InstanceIdentifier)} call.
+     *        {@link ReadTransaction#read(LogicalDatastoreType, InstanceIdentifier)} call.
      */
     void failReads(int howManyTimes, ReadFailedException exception);