Skip to content

Commit

Permalink
Forgot import
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBaars authored and Stephan202 committed Nov 13, 2021
1 parent 581db54 commit 97c9349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package tech.picnic.errorprone.bugpatterns;

import java.util.stream.Collectors;
import java.util.stream.Stream;

final class MethodTemplateTest implements RefasterTemplateTestCase {
String testObjectReturn() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package tech.picnic.errorprone.bugpatterns;

import java.util.stream.Collectors;
import java.util.stream.Stream;

final class MethodTemplateTest implements RefasterTemplateTestCase {
String testObjectReturn() {
Expand Down

0 comments on commit 97c9349

Please sign in to comment.