BAEL-642 ClassToInstanceMap example (#1767)
* BAEL-642 ClassToInstanceMap example added * BAEL-642 Improved example for ClassToInstanceMap * Reverted change in pom.xml * BAEL-642 Move the ClassToInstanceMap examples to guava module as unit tests
This commit is contained in:
committed by
Zeger Hendrikse
parent
05807aebed
commit
a623ddbf45
+1
-1
@@ -9,7 +9,7 @@ import java.util.stream.IntStream;
|
||||
import java.util.stream.LongStream;
|
||||
import java.util.stream.Stream;
|
||||
|
||||
public class GauavaStreamsTests {
|
||||
public class GuavaStreamsTests {
|
||||
|
||||
List<Integer> numbers;
|
||||
|
||||
Reference in New Issue
Block a user