Remove throws declaration of a runtime exception
authorRobert Varga <rovarga@cisco.com>
Sun, 14 Dec 2014 18:18:40 +0000 (19:18 +0100)
committerTony Tkacik <ttkacik@cisco.com>
Mon, 15 Dec 2014 09:18:34 +0000 (09:18 +0000)
commit817cbf1142a660f05698121d38eb07ef8b23428e
tree17bb61573a11adf7173ab250c2b4fd262856d3b6
parent635f36e17468248736befb49d66282c847866594
Remove throws declaration of a runtime exception

IllegalStateException is a RuntimeException -- hence we do not need to
declare it.

Change-Id: I681eff319b299beecf7710c44f154c1bb1b5174a
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/impl/RpcProviderRegistryImpl.java