Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-dom-api / src / main / java / org / opendaylight / controller / sal / core / api / Provider.java
index 4895d10ac8bccd0f42ed791b7d0509a7427bcb46..ea6f69c331d1e2a8d3c9d3b0bc230786be2e97d3 100644 (file)
@@ -45,7 +45,7 @@ public interface Provider {
      * @deprecated - No longer used or needed
      *
      * Suggested implementation until removed:
-     * @code {
+     * {@code
      * public Collection<ProviderFunctionality> getProviderFunctionality() {
      *  return Collections.emptySet();
      * }