X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-spec-util%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fmdsal%2Fbinding%2Fspec%2Freflect%2FBindingReflections.java;h=ef55504e52957f0e39a3dcbe4d70b6e4ecd67dbe;hb=60039d4d027e172f6e1d644fb1c2fa60688c06c0;hp=6695cb780b783f474b7efec9d3a59e55376c4a90;hpb=feaecf128a14832eec9661057af4de6b3704a07f;p=mdsal.git diff --git a/binding/mdsal-binding-spec-util/src/main/java/org/opendaylight/mdsal/binding/spec/reflect/BindingReflections.java b/binding/mdsal-binding-spec-util/src/main/java/org/opendaylight/mdsal/binding/spec/reflect/BindingReflections.java index 6695cb780b..ef55504e52 100644 --- a/binding/mdsal-binding-spec-util/src/main/java/org/opendaylight/mdsal/binding/spec/reflect/BindingReflections.java +++ b/binding/mdsal-binding-spec-util/src/main/java/org/opendaylight/mdsal/binding/spec/reflect/BindingReflections.java @@ -599,19 +599,6 @@ public final class BindingReflections { } } - /** - * Extracts augmentation from Binding DTO field using reflection. - * - * @param input Instance of DataObject which is augmentable and may contain augmentation - * @return Map of augmentations if read was successful, otherwise empty map. - * @deprecated Use {@link Augmentable#augmentations()} instead. - */ - @SuppressWarnings("unchecked") - @Deprecated(forRemoval = true) - public static Map>, Augmentation> getAugmentations(final Augmentable input) { - return (Map) input.augmentations(); - } - /** * Determines if two augmentation classes or case classes represents same * data.