Fix checkstyle violations in sal-dom-api
[controller.git] / opendaylight / md-sal / sal-dom-api / src / main / java / org / opendaylight / controller / md / sal / dom / api / DOMNotificationRejectedException.java
index 4d0aa665ea957606d48677dbf2a6e358a6900655..6c03e9b9fb92933fe06e770a1d8143c94099f9b7 100644 (file)
@@ -8,13 +8,11 @@
 package org.opendaylight.controller.md.sal.dom.api;
 
 /**
- * <p>
  * This exception indicates that given notification can not be processed by corresponding mechanism.
  * More info can be provided in message.
- * <p/>
+ *
  * <p>
  * Expected use: {@link DOMNotificationPublishService}
- * </p>
  */
 public class DOMNotificationRejectedException extends Exception {
     private static final long serialVersionUID = 1L;