From cd8072f853a8294177311a5876a08dcc623d13bb Mon Sep 17 00:00:00 2001 From: jared2501 Date: Fri, 16 Feb 2018 17:55:37 -0800 Subject: [PATCH] Remove TreeMultimap from disallowed types (#242) Since `com.google.common.collect.TreeMultimap` has `NavigableSet` as the `#keySet` return type. --- .baseline/checkstyle/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.baseline/checkstyle/checkstyle.xml b/.baseline/checkstyle/checkstyle.xml index a29741060..fae1190c0 100644 --- a/.baseline/checkstyle/checkstyle.xml +++ b/.baseline/checkstyle/checkstyle.xml @@ -154,7 +154,7 @@ - +