Shortcut Collections.sort() 61/84961/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 7 Oct 2019 09:12:01 +0000 (11:12 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 7 Oct 2019 09:12:01 +0000 (11:12 +0200)
commit6c70f2b315960611004245950729daa5fa2aa5c0
treeff6ffc505a604c0525dc8397c3c619b4be45e991
parentf8325877a6b29e3791b3dd945881b9cf1e648ea4
Shortcut Collections.sort()

We have a concrete List implementation, hence we can use List.sort()
directly.

Change-Id: I4baa0f41ee34479b5a915d6e3670029553b48b82
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-model-util/src/main/java/org/opendaylight/yangtools/yang/model/repo/util/AbstractSchemaRepository.java