Create onGlobalContextUpdated() in SchemaContextListener 72/5572/1
authorRobert Varga <rovarga@cisco.com>
Sun, 9 Mar 2014 18:19:57 +0000 (19:19 +0100)
committerRobert Varga <rovarga@cisco.com>
Sun, 9 Mar 2014 18:19:57 +0000 (19:19 +0100)
commitad49919ff86c0ebdda2861c5374a83121146932c
tree3bc654d93f22d81a40118d6a8b84bac3d9ffa979
parentdb4ecabfce45d2a20e9dc9a803992f60aec9ec4a
Create onGlobalContextUpdated() in SchemaContextListener

With deprecating SchemaServiceListener, we need an explicit mark that
the method itself is not deprecated. Add an overridden method
declaration so the users do not get a useless warning.

Change-Id: I2e1da885f103f58beec2aa28dbf953c0198f3fd9
Signed-off-by: Robert Varga <rovarga@cisco.com>
yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/SchemaContextListener.java
yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/SchemaServiceListener.java