X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-codec-gson%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fdata%2Fcodec%2Fgson%2FJSONCodecFactory.java;fp=yang%2Fyang-data-codec-gson%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fdata%2Fcodec%2Fgson%2FJSONCodecFactory.java;h=21a640af16a0625ade22bb0178dee675321bdcc5;hb=8e0f1e3cb66eece202aa055da5315881a7f399b4;hp=cdc14de61d31cbbab5da5c02c17203d7537482ed;hpb=4b5dd4d3b259a73beed76421cc0eafde97de4ed7;p=yangtools.git diff --git a/yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONCodecFactory.java b/yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONCodecFactory.java index cdc14de61d..21a640af16 100644 --- a/yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONCodecFactory.java +++ b/yang/yang-data-codec-gson/src/main/java/org/opendaylight/yangtools/yang/data/codec/gson/JSONCodecFactory.java @@ -111,19 +111,6 @@ public final class JSONCodecFactory extends AbstractCodecFactory> { iidCodec = new JSONStringInstanceIdentifierCodec(context, this); } - /** - * Instantiate a new codec factory attached to a particular context. - * - * @param context SchemaContext to which the factory should be bound - * @return A codec factory instance. - * - * @deprecated Use {@link #getShared(SchemaContext)} instead. - */ - @Deprecated - public static JSONCodecFactory create(final SchemaContext context) { - return getShared(context); - } - /** * Get a thread-safe, eagerly-caching {@link JSONCodecFactory} for a SchemaContext. This method can, and will, * return the same instance as long as the associated SchemaContext is present. Returned object can be safely