Fix MatchBuilderPath documentation
[mdsal.git] / binding / mdsal-binding-api / src / main / java / org / opendaylight / mdsal / binding / api / query / QueryExpression.java
index a9c68349f38acb216ead152c405c7e8a2ea2e3b7..84aec89827244908da460dcbfb7be0af7676ac28 100644 (file)
@@ -80,8 +80,6 @@ import org.opendaylight.yangtools.yang.binding.DataObject;
  * The distinction here is made by selecting different root paths: the first will specify the entire {@code foo} list,
  * while the second will select a specific {@code foo} entry.
  *
- *
- *
  * @param <T> Result object type
  */
 @Beta