Fix eclipse/checkstyle warnings
[yangtools.git] / yang / yang-data-api / src / main / java / org / opendaylight / yangtools / yang / data / api / schema / xpath / OptimizableXPathExpression.java
index 506d977b6b9470c9e407e94892d44a7da1735eb8..72d6e346e147921c65f98aa1a3ff6246c3c08174 100644 (file)
@@ -15,6 +15,7 @@ import javax.annotation.Nonnull;
  * expense of additional processing being performed on them. The decision to optimize a particular expression is left
  * to the user's discretion.
  *
+ * <p>
  * Implementations supporting profile-driven and similar optimizations which depend on data being gathered during
  * evaluation should not implement this interface, but rather perform these optimizations transparently behind the
  * scenes. That implies the users can expect those optimizations not interfering with the user's ability to evaluate