X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fmdsal%2Fbinding%2Fapi%2Fquery%2FMatchBuilderPath.java;h=3a6266121059e7cee8bd3a25d01df3a252aa727e;hb=53d50535b20340477f76e0998297b43430b2aacb;hp=e50af0f26d667c7e5d1f7b1de8491d20ed769781;hpb=6a9f7a033666005d94cd209972840d2fcfa4bed7;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 e50af0f26d..3a62661210 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 @@ -202,7 +202,7 @@ public interface MatchBuilderPath ex * @param Child type */ @FunctionalInterface - public interface LeafReference extends Serializable { + interface LeafReference extends Serializable { /** * Dummy method to express the method signature of a typical getter. Due to this match we can match any Java * method reference which takes in {@code parent} and results in {@code child} -- expose the feature of using @@ -218,72 +218,72 @@ public interface MatchBuilderPath ex } @FunctionalInterface - public interface BooleanLeafReference

extends LeafReference { + interface BooleanLeafReference

extends LeafReference { } @FunctionalInterface - public interface Decimal64LeafReference

extends LeafReference { + interface Decimal64LeafReference

extends LeafReference { } @FunctionalInterface - public interface EmptyLeafReference

extends LeafReference { + interface EmptyLeafReference

extends LeafReference { } @FunctionalInterface - public interface StringLeafReference

extends LeafReference { + interface StringLeafReference

extends LeafReference { } @FunctionalInterface - public interface Int8LeafReference

extends LeafReference { + interface Int8LeafReference

extends LeafReference { } @FunctionalInterface - public interface Int16LeafReference

extends LeafReference { + interface Int16LeafReference

extends LeafReference { } @FunctionalInterface - public interface Int32LeafReference

extends LeafReference { + interface Int32LeafReference

extends LeafReference { } @FunctionalInterface - public interface Int64LeafReference

extends LeafReference { + interface Int64LeafReference

extends LeafReference { } @FunctionalInterface - public interface Uint8LeafReference

extends LeafReference { + interface Uint8LeafReference

extends LeafReference { } @FunctionalInterface - public interface Uint16LeafReference

extends LeafReference { + interface Uint16LeafReference

extends LeafReference { } @FunctionalInterface - public interface Uint32LeafReference

extends LeafReference { + interface Uint32LeafReference

extends LeafReference { } @FunctionalInterface - public interface Uint64LeafReference

extends LeafReference { + interface Uint64LeafReference

extends LeafReference { } @FunctionalInterface - public interface IdentityLeafReference extends LeafReference { + interface IdentityLeafReference extends LeafReference { } @FunctionalInterface - public interface TypeObjectLeafReference extends LeafReference { + interface TypeObjectLeafReference extends LeafReference { } }