Remove @Deprecated ClassLoaderUtils as it's now in yangtools.util 56/38656/2
authorMichael Vorburger <vorburger@redhat.com>
Wed, 11 May 2016 10:46:05 +0000 (12:46 +0200)
committerRobert Varga <nite@hq.sk>
Wed, 18 May 2016 18:05:21 +0000 (18:05 +0000)
commit5f9e9c6eb055398eac64274133ec5e4f9ae57049
treefdc6a2941288baf5bf5bfb0eebd48ce8a4f28c69
parent57b1c6368993eff320326abc40032601d75972e9
Remove @Deprecated ClassLoaderUtils as it's now in yangtools.util

Not sure what ODL policy is re. clean up of deprecated classes, so I'm
proposing to killing one, and see what happens... ;-)
https://twitter.com/drdeprecator

More seriously, it's probably safer if critical code such as ClassLoader
related stuff is maintained in a single place, not in two copy/pasted
classes. (If we have to keep this, perhaps it could delegate to the new
one instead of copy/paste?)

Change-Id: Icac8d4f81ba102bba37e11b611874db3dea49793
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
binding/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/util/ClassLoaderUtils.java [deleted file]