Fix eclipse/checkstyle warnings
[yangtools.git] / yang / yang-data-api / src / main / java / org / opendaylight / yangtools / yang / data / api / schema / xpath / XPathSchemaContext.java
index 5499d49c9453ea7dae15fb8a9b7aed11131d8029..a5c5ea0a3c97e5255fd9e23d9e3307d4d7603ef8 100644 (file)
@@ -24,6 +24,7 @@ public interface XPathSchemaContext {
     /**
      * Compile an XPath expression for execution on {@link XPathDocument}s produced by this context.
      *
+     * <p>
      * The user must provide a prefix-to-mapping {@link Converter}, which will be used to convert any prefixes found
      * in the XPath expression being compiled in the resulting context.
      *