Commit 7733263
committed
KnownPlatforms: generalize name of utility method
The name nativeClassifierPatterns() suggests the SubdirectoryPattern
list will always only consist of patterns that match particular
classifiers. While this is currently the case, in future it could be
that patterns besides *:*:*:C are possible, so a better name to use is
nativeSubdirectoryPatterns(). This will also avoid confusion with
another method we will need shortly: nativeClassifiers().1 parent d99e14b commit 7733263
File tree
2 files changed
+2
-2
lines changed- src/main/java/org/scijava/maven/plugin/install
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments