From 364aee69d63d434dc4feca42acd58b9b3edfaf90 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 20 Oct 2016 16:27:47 +0200 Subject: Remove unused builders for union types generated by yangtools Generated builders are not used in the runtime. Starting from ODL boron, strings that represent union types, are processed according to YANG RFC, that is in the order they are specified in the "type" statement, unitl a match is found. That makes builders for union types obsolete. Change-Id: If9289a0dde34f345a672103d2461a3acd00e2afd Signed-off-by: Marek Gradzki --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 855ab0e1f..c6fe1f56d 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ maven-metadata-local.xml *.log .asciidoctor/ **/asciidoc/*.png +# usused builders generated by yangtools +**/org/opendaylight/yang/gen/v1/urn -- cgit 1.2.3-korg