Commit 736dd03
committed
Fix DefaultTableDisplay to use DoubleTable for double[][] arrays
When re-introducing this class from net.imagej.table to org.scijava.table (in 84f714e), the wrapped table type was accidentally switched to GenericTable, instead of using DoubleTable that can be used to check if a given double array is displayed as a table. This commit fixes it.1 parent 672ad09 commit 736dd03
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
| 94 | + | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments