Skip to content

Commit 348adc8

Browse files
yasin3061maibin
authored andcommitted
Fixed compilation error and removed unused import (eugenp#1298)
* yasin.bhojawala@gmail.com Evaluation article on Different Types of Bean Injection in Spring * Revert "yasin.bhojawala@gmail.com" This reverts commit 963cc51. * Fixing compilation error and removing unused import
1 parent 15eb03d commit 348adc8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

core-java-9/src/test/java/com/baeldung/java9/Java9OptionalsStreamTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.baeldung.java8;
1+
package com.baeldung.java9;
22

33
import static org.junit.Assert.assertEquals;
44

@@ -8,7 +8,6 @@
88
import java.util.stream.Collectors;
99
import java.util.stream.Stream;
1010

11-
import org.junit.Before;
1211
import org.junit.Test;
1312

1413
public class Java9OptionalsStreamTest {

0 commit comments

Comments
 (0)