Commit 090f898
DataHandleTest: expose internal API to subclasses
The SciJava coding style strongly encourages private over protected
methods and fields:
https://imagej.net/Coding_style#Private_over_protected_fields_and_methods
However, for test scope things, the impact is less, and the promise of
API compatibility in the future according to SemVer does not exist.
So we are less concerned about breakages.
Signed-off-by: Curtis Rueden <ctrueden@wisc.edu>1 parent 8532e82 commit 090f898
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
0 commit comments