Commit 3268140
committed
SaveInputsPreprocessor: fix priority declaration
Technically, it worked fine as written because the declared priority
matched the PRIORITY constant. But it is more correct for the class to
use its own priority constant explicitly. In case that constant value
ever changes (although changing it would break backwards compatibility
due to the Java compiler inlining constants), we want to avoid any
chance of skew between the constant and the actually declared priority.1 parent 6db6604 commit 3268140
File tree
1 file changed
+1
-1
lines changed- src/main/java/org/scijava/module/process
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments