Decrease try-catch block size 07/83207/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 23 Jul 2019 10:33:23 +0000 (12:33 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 23 Jul 2019 10:33:23 +0000 (12:33 +0200)
commit18f3410305f4a377ec186d715b2947ff82d2658d
treeaa63475f6f332652a1188f94c7f8aacc08839d0a
parent39b2e507bd12dc8271c01b46e4c4d817484fd7c1
Decrease try-catch block size

We do not want to cover the registration process in (catch Exception),
as that will mask other failures.

Change-Id: I7942e5be1671b396a7daca117538e4d275d604cb
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-generator-impl/src/main/java/org/opendaylight/mdsal/binding/generator/impl/ModuleInfoBackedContext.java