Commit 001a5f2
committed
HeadlessArgument: move to the correct package
It was in the wrong package. The org.scijava.console package is lower
level than org.scijava.ui. Logic relating to the union of those two
packages goes into org.scijava.ui.console.
This is technically a breaking API change, but in this case we are
moving a plugin implementation class, which no one should be relying on
directly. It is probably worth a formal rule stating that SJC public API
(covered by SemVer) does not include `@Plugin` implementations at all.1 parent 5755c59 commit 001a5f2
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
0 commit comments