summaryrefslogtreecommitdiffstats
path: root/pf4j
diff options
context:
space:
mode:
authorAlexander Horuzhiy <123456>2016-01-18 16:31:54 +0100
committerAlexander Horuzhiy <123456>2016-01-18 16:31:54 +0100
commita6b782623da7e65a3f8caf094d3e6b0b0ed34458 (patch)
tree074f2d81347d3fb3e614574407a0fd9a1f13e653 /pf4j
parente73f1a46f2130eec79ca6de64ac5408a0aeac9a0 (diff)
downloadpf4j-a6b782623da7e65a3f8caf094d3e6b0b0ed34458.tar.gz
pf4j-a6b782623da7e65a3f8caf094d3e6b0b0ed34458.zip
Remove Java 8 dependency
Diffstat (limited to 'pf4j')
-rw-r--r--pf4j/src/main/java/ro/fortsoft/pf4j/ServiceProviderExtensionFinder.java1
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.