Skip to content

Commit 47f2d2b

Browse files
committed
Remove reference to javax.xml.ws.Service class
There is no strong reason we need to link it here, and it won't compile as written with Java 11, due to changes in Java's ServiceLoader mechanism.
1 parent 06f52db commit 47f2d2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/org/scijava/util/ServiceCombiner.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,10 @@
4040
import java.util.Map;
4141
import java.util.Map.Entry;
4242

43-
import javax.xml.ws.Service;
44-
4543
import org.scijava.Context;
4644

4745
/**
48-
* Combines {@link Service} information from all JAR files on the classpath.
46+
* Combines {@code Service} information from all JAR files on the classpath.
4947
*
5048
* @author Johannes Schindelin
5149
* @author Mark Hiner

0 commit comments

Comments
 (0)