Bug 2332: BindingMapping to camel split also on forward slash 80/41280/3
authorVratko Polak <vrpolak@cisco.com>
Mon, 4 Jul 2016 13:33:22 +0000 (15:33 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 29 Jul 2016 08:37:18 +0000 (08:37 +0000)
commit3de0cd0c5bbd925352702e0633e7f2a7734c80d6
tree1f5ecbcfb933881c5a159dab62a65e358041bb2b
parent1911bfe826f293d6d3c55c5462483f9ce214e314
Bug 2332: BindingMapping to camel split also on forward slash

This is only a partial workaround, full fix for Bug 2332 needs binding v2.

Forward slash is a first character (not allowed in general yang identifiers)
that was encountered in enums from real world Yang models.

Possibly, other separators could get the same treatment,
acting the same way as dash and dot already do.

Change-Id: Ic62198a843747092113c1c7dffaff13d09e7f943
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
binding/yang-binding/src/main/java/org/opendaylight/yangtools/yang/binding/BindingMapping.java