Refactor currentThread into local variable 59/38659/3
authorMichael Vorburger <vorburger@redhat.com>
Wed, 11 May 2016 11:08:35 +0000 (13:08 +0200)
committerRobert Varga <nite@hq.sk>
Wed, 11 May 2016 16:37:15 +0000 (16:37 +0000)
commit38117ff74bff9c0a4e1a803185868e61e20e25c6
treee2063982673536a0b3e4dd96fc00a169eca78bfc
parent7ee0970522ec21aa8b8af1727cf5d573ed7faf2a
Refactor currentThread into local variable

Not that this would fix anything, as Thread.currentThread() shouldn't
change here (or could it?), so consider this more of a "readability"
proposal.

Change-Id: I70ef77f4d2b6e34440168456c0638be6c7045f79
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
common/util/src/main/java/org/opendaylight/yangtools/util/ClassLoaderUtils.java