Yet another fix for javadoc
[mdsal.git] / binding / mdsal-binding-api / src / main / java / org / opendaylight / mdsal / binding / api / NotificationRejectedException.java
index b409ca67ea74e197882cb9258da9bc3b10437ad7..2517e87f8a78f3e5956b7dee1508a4b625b6fbf0 100644 (file)
@@ -8,13 +8,11 @@
 package org.opendaylight.mdsal.binding.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 NotificationPublishService}
- * </p>
  */
 public class NotificationRejectedException extends Exception {
     private static final long serialVersionUID = 1L;