We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ef6b1 commit beb8728Copy full SHA for beb8728
src/main/java/org/scijava/app/DefaultAppService.java
@@ -40,7 +40,6 @@
40
import java.util.List;
41
import java.util.Map;
42
43
-import org.scijava.Priority;
44
import org.scijava.log.LogService;
45
import org.scijava.plugin.Parameter;
46
import org.scijava.plugin.Plugin;
@@ -54,7 +53,7 @@
54
53
*
55
* @author Curtis Rueden
56
*/
57
-@Plugin(type = Service.class, priority = Priority.LOW_PRIORITY)
+@Plugin(type = Service.class)
58
public class DefaultAppService extends AbstractService implements AppService {
59
60
@Parameter
0 commit comments