Remove throws declaration of a runtime exception 33/13633/2
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)
commiteb75f46d2e99cb1c75b026731fd73c1dee919725
treeddfb0442a96c2995710f4ae46ef10398965f68ed
parenta18e613ef46a82b5f2490fe4318503e158effc29
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