BUG-1485: remove holder for deprecated Class ranges 70/21370/9
authorRobert Varga <rovarga@cisco.com>
Thu, 28 May 2015 20:34:01 +0000 (22:34 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 2 Jun 2015 08:26:31 +0000 (08:26 +0000)
commit924235feb5540c5a453c522e85d13fbd1d140c5a
tree1eb630c78e6d95d4495ce1bd1b04151e63e0d666
parent8d510398ba320a17ba932d27b98423e8bcad1a10
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>
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