BUG-1485: remove holder for deprecated Class ranges 70/21970/2
authorRobert Varga <rovarga@cisco.com>
Thu, 28 May 2015 20:34:01 +0000 (22:34 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 5 Jun 2015 21:08:37 +0000 (21:08 +0000)
commita7d959b110c01fecc87222ba2ddf47d382a5073d
tree23a1bbf0f741861288f5435e361470c5d3666d85
parent45266dee2d833e5be071599e96e75f2acc594d6e
BUG-1485: remove holder for deprecated Class ranges

With the switchover to new range checks, the static caching field is not
needed. We still retain compatibility with possible users out there, but
they are now responsible for caching the result.

Change-Id: I119615255559263f98fc382b324026c4f5d35cfc
Signed-off-by: Robert Varga <rovarga@cisco.com>
(cherry picked from commit 924235feb5540c5a453c522e85d13fbd1d140c5a)
code-generator/binding-java-api-generator/src/main/java/org/opendaylight/yangtools/sal/java/api/generator/ClassTemplate.xtend
code-generator/binding-java-api-generator/src/test/java/org/opendaylight/yangtools/sal/java/api/generator/test/CompilationTestUtils.java
code-generator/binding-java-api-generator/src/test/java/org/opendaylight/yangtools/sal/java/api/generator/test/TypedefCompilationTest.java