Commit 93330a9
committed
PTService should not be a SciJavaService
PTService has a significant number of sub-interfaces and subclasses, all
of which are directly extended by various services through the
SciJava software stack (e.g. in ImageJ2). Having PTService as a
SciJavaService thus causes all of these implementing classes to get
pulled into Contexts created with "SciJavaService.class" - which is
supposed to just provide the core services.
Subclasses should instead implement the correct scoping interface (e.g.
SCIFIOService or ImageJService).1 parent 19cbedc commit 93330a9
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments