Fix checkstyle in mdsal-binding-dom-codec
[mdsal.git] / binding / mdsal-binding-dom-codec / src / main / java / org / opendaylight / mdsal / binding / dom / codec / util / AugmentationReader.java
index 8b51151e7ab86ed8c3f58fb12a50f52cf62a47ae..faf6dd757b0a17c6de99d08317b0299b0234d9e1 100644 (file)
@@ -11,12 +11,11 @@ import java.util.Map;
 import org.opendaylight.yangtools.yang.binding.Augmentation;
 
 /**
- * Interface which sould be implemented by proxy {@link java.lang.reflect.InvocationHandler}
- * to obtain augmentations from proxy implementations of {@link org.opendaylight.yangtools.yang.binding.Augmentable}
- * object.
+ * Interface which sould be implemented by proxy {@link java.lang.reflect.InvocationHandler} to obtain augmentations
+ * from proxy implementations of {@link org.opendaylight.yangtools.yang.binding.Augmentable} object.
  *
- * If implemented proxy does not implement this interface, its augmentations are not
- * properly serialized / deserialized.
+ * <p>
+ * If implemented proxy does not implement this interface, its augmentations are not properly serialized / deserialized.
  */
 public interface AugmentationReader {