Do not use String.split() 70/34570/2
authorRobert Varga <rovarga@cisco.com>
Fri, 12 Feb 2016 17:31:50 +0000 (18:31 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 15 Feb 2016 09:34:26 +0000 (09:34 +0000)
commitd5234f944f69fa966ef515a3b781f114951f9df6
treefeb721903ab95138b8917675c1acca438be851b9
parent69576208c48e3c344d1b87b26cedf7ebc2b8c399
Do not use String.split()

Instead of straight array split, use a Splitter and split to list.

Change-Id: If40131a97be64b1bc92e723d5e257e520aea32b4
Signed-off-by: Robert Varga <rovarga@cisco.com>
common/util/src/main/java/org/opendaylight/yangtools/util/ClassLoaderUtils.java