Skip to content

Commit beb8728

Browse files
committed
DefaultAppService: remove extraneous priority
No need to use a priority other than the default here.
1 parent 77ef6b1 commit beb8728

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/scijava/app/DefaultAppService.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
import java.util.List;
4141
import java.util.Map;
4242

43-
import org.scijava.Priority;
4443
import org.scijava.log.LogService;
4544
import org.scijava.plugin.Parameter;
4645
import org.scijava.plugin.Plugin;
@@ -54,7 +53,7 @@
5453
*
5554
* @author Curtis Rueden
5655
*/
57-
@Plugin(type = Service.class, priority = Priority.LOW_PRIORITY)
56+
@Plugin(type = Service.class)
5857
public class DefaultAppService extends AbstractService implements AppService {
5958

6059
@Parameter

0 commit comments

Comments
 (0)