Skip to content

Commit

Permalink
Remove reference to javax.xml.ws.Service class
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ctrueden committed Oct 13, 2023
1 parent 06f52db commit 47f2d2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/org/scijava/util/ServiceCombiner.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@
import java.util.Map;
import java.util.Map.Entry;

import javax.xml.ws.Service;

import org.scijava.Context;

/**
* Combines {@link Service} information from all JAR files on the classpath.
* Combines {@code Service} information from all JAR files on the classpath.
*
* @author Johannes Schindelin
* @author Mark Hiner
Expand Down

0 comments on commit 47f2d2b

Please sign in to comment.