X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=binding%2Fmdsal-binding-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fmdsal%2Fbinding%2Fapi%2Fquery%2FMatchBuilderPath.java;h=e50af0f26d667c7e5d1f7b1de8491d20ed769781;hb=11408d627adca7eb71ac956c3ad01f75b6b91596;hp=24fcfc22ab745077396ff77bc81c62e21b987ff0;hpb=ecdcdb340457ded6898193197e88ea33c84d58ae;p=mdsal.git diff --git a/binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/query/MatchBuilderPath.java b/binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/query/MatchBuilderPath.java index 24fcfc22ab..e50af0f26d 100644 --- a/binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/query/MatchBuilderPath.java +++ b/binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/query/MatchBuilderPath.java @@ -9,7 +9,6 @@ package org.opendaylight.mdsal.binding.api.query; import com.google.common.annotations.Beta; import java.io.Serializable; -import java.math.BigDecimal; import org.eclipse.jdt.annotation.NonNull; import org.opendaylight.yangtools.concepts.Mutable; import org.opendaylight.yangtools.yang.binding.BaseIdentity; @@ -19,6 +18,7 @@ import org.opendaylight.yangtools.yang.binding.DataObject; import org.opendaylight.yangtools.yang.binding.Identifiable; import org.opendaylight.yangtools.yang.binding.Identifier; import org.opendaylight.yangtools.yang.binding.TypeObject; +import org.opendaylight.yangtools.yang.common.Decimal64; import org.opendaylight.yangtools.yang.common.Empty; import org.opendaylight.yangtools.yang.common.Uint16; import org.opendaylight.yangtools.yang.common.Uint32; @@ -79,7 +79,7 @@ public interface MatchBuilderPath ex * @return A {@link ValueMatchBuilder} * @throws NullPointerException if methodRef is null */ - @NonNull ComparableMatchBuilder leaf(Decimal64LeafReference methodRef); + @NonNull ComparableMatchBuilder leaf(Decimal64LeafReference methodRef); /** * Match an {@code empty} leaf's value. @@ -223,7 +223,7 @@ public interface MatchBuilderPath ex } @FunctionalInterface - public interface Decimal64LeafReference

extends LeafReference { + public interface Decimal64LeafReference

extends LeafReference { }