Eliminate the use of com.google.common.collect.Maps 32/52032/5
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 19 Feb 2017 11:46:16 +0000 (12:46 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 19 Feb 2017 11:46:16 +0000 (12:46 +0100)
commitee3ed933acd69a4118b28bcd1b8614172f76d3cf
tree98458da8affd2892e92bede93634e21dbae82688
parent3f39a9bcc395cbc2e0c8a416948e573116819124
Eliminate the use of com.google.common.collect.Maps

We can instantiate maps conveniently using <>. Furthermore
we do not need ConcurrentMap with Java 8, as the base Map
interface implements putIfAbsent().

Change-Id: Ifa98a7e624b456425c0ba79dd325f444ee32e8ad
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-maven-plugin/src/main/java/org/opendaylight/yangtools/yang2sources/plugin/YangToSourcesProcessor.java