diff options
-rw-r--r-- | pf4j/src/main/java/ro/fortsoft/pf4j/ServiceProviderExtensionFinder.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pf4j/src/main/java/ro/fortsoft/pf4j/ServiceProviderExtensionFinder.java b/pf4j/src/main/java/ro/fortsoft/pf4j/ServiceProviderExtensionFinder.java index 64af946..da82fe9 100644 --- a/pf4j/src/main/java/ro/fortsoft/pf4j/ServiceProviderExtensionFinder.java +++ b/pf4j/src/main/java/ro/fortsoft/pf4j/ServiceProviderExtensionFinder.java @@ -28,7 +28,6 @@ import java.net.URL; import java.nio.file.*; import java.nio.file.attribute.BasicFileAttributes; import java.util.*; -import java.util.stream.Stream; /** * The ServiceLoader base implementation for ExtensionFinder. |