Move YangInstanceIdentifier.Builder 21/26121/3
authorRobert Varga <rovarga@cisco.com>
Thu, 27 Aug 2015 17:22:49 +0000 (19:22 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 31 Aug 2015 12:34:59 +0000 (12:34 +0000)
commite5e756b6f5b1a3ea6604820fde482b8a16e2c8a3
treee85d3691e9effdf8ff8a6869a3fd5d26f89a9040
parentc0574ee997cf78f66b96353dc843e19ef773af41
Move YangInstanceIdentifier.Builder

The inline interface definition is in a visually-wrong place. Reader
walking through YangInstanceIdentifier is expecting PathArgument
subclasses after AbstractPathArgument. Move the entire block to the end
of the class.

Change-Id: I6a34f2c1b5b5697be64587271a809cff161997fa
Signed-off-by: Robert Varga <rovarga@cisco.com>
yang/yang-data-api/src/main/java/org/opendaylight/yangtools/yang/data/api/YangInstanceIdentifier.java