Fix javadocs and enable doclint
[controller.git] / opendaylight / config / config-api / src / main / java / org / opendaylight / controller / config / api / jmx / ConfigTransactionControllerMXBean.java
index e5123e2bee0c23ca5c7ef28648fde0a7b66fc5bc..b59bf2d7367cc55a6391ca54fbc6191b0580098a 100644 (file)
@@ -11,7 +11,7 @@ import org.opendaylight.controller.config.api.ConfigTransactionController;
 
 /**
  * Those are executed by Jolokia clients on configuration transaction
- * represented by {@link ConfigMBeanServer} instance. Note: Reason for having
+ * represented by <code>ConfigMBeanServer</code> instance. Note: Reason for having
  * methods in super interface is that JMX allows only one MXBean to be
  * implemented and implementations can expose additional methods to be exported. <br>
  * Implementation of {@link ConfigTransactionController} is not required to