String's length is bound by Integer.MAX_VALUE 74/3874/2
authorRobert Varga <rovarga@cisco.com>
Fri, 20 Dec 2013 15:40:59 +0000 (16:40 +0100)
committerRobert Varga <rovarga@cisco.com>
Fri, 20 Dec 2013 17:56:01 +0000 (18:56 +0100)
commit1201a1e71cacd424d3267319f9323d2073f9ee61
tree9a782c03080c91b09d8eea3b9c80410271329243
parentfdf983a52666e386abfee448ba277f778236a50c
String's length is bound by Integer.MAX_VALUE

This fixes a compilation problem with RFC6991 yang-identifier, which has
unbounded length.

Change-Id: I4a4c142d3a18bae5eb85cca38c3d634777264c48
Signed-off-by: Robert Varga <rovarga@cisco.com>
yang/yang-model-util/src/main/java/org/opendaylight/yangtools/yang/model/util/StringType.java