Expose LIST_KEY_SPLITTER 56/27856/2
authorRobert Varga <rovarga@cisco.com>
Fri, 2 Oct 2015 23:06:22 +0000 (01:06 +0200)
committerRobert Varga <rovarga@cisco.com>
Sat, 3 Oct 2015 00:56:48 +0000 (02:56 +0200)
commit5b220acd78226412ede7a03641c93266edeadc55
treeaee6aa9f29f23ad04179a90eb58b0f0c3b98b678
parent10cb8eec6e5f5447a54b88dd0c0745fa78459ced
Expose LIST_KEY_SPLITTER

LIST_KEY_SEPARATOR is only ever used to instantiate a splitter, which is
what we already have a constant for. Remove LIST_KEY_SEPARATOR and make
its external user call LIST_KEY_SPLITTER, speeding it up.

Change-Id: I7144bd07903be4b2982f5341c5cdeb6956af5187
Signed-off-by: Robert Varga <rovarga@cisco.com>
yang/yang-parser-impl/src/main/java/org/opendaylight/yangtools/yang/parser/spi/meta/StmtContextUtils.java
yang/yang-parser-impl/src/main/java/org/opendaylight/yangtools/yang/parser/stmt/rfc6020/KeyStatementImpl.java