Upgrade fmt-maven-plugin, reformat

This commit is contained in:
Stephan Schroevers
2021-08-04 10:59:23 +02:00
parent 625a55add5
commit f3a929a3bb
3 changed files with 5 additions and 3 deletions

View File

@@ -94,7 +94,8 @@ final class ImmutableListMultimapTemplatesTest implements RefasterTemplateTestCa
.collect(
flatteningToImmutableListMultimap(
Map.Entry::getKey, e -> e.getValue().stream().map(Math::toIntExact))),
Multimaps.asMap((Multimap<String, Long>) ImmutableSetMultimap.of("bar", 2L)).entrySet()
Multimaps.asMap((Multimap<String, Long>) ImmutableSetMultimap.of("bar", 2L))
.entrySet()
.stream()
.collect(
flatteningToImmutableListMultimap(

View File

@@ -72,7 +72,8 @@ final class ImmutableSetMultimapTemplatesTest implements RefasterTemplateTestCas
.collect(
flatteningToImmutableSetMultimap(
Map.Entry::getKey, e -> e.getValue().stream().map(Math::toIntExact))),
Multimaps.asMap((Multimap<String, Long>) ImmutableSetMultimap.of("bar", 2L)).entrySet()
Multimaps.asMap((Multimap<String, Long>) ImmutableSetMultimap.of("bar", 2L))
.entrySet()
.stream()
.collect(
flatteningToImmutableSetMultimap(

View File

@@ -364,7 +364,7 @@
<plugin>
<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.9.1</version>
<version>2.11</version>
</plugin>
<plugin>
<groupId>com.github.ekryd.sortpom</groupId>