File tree Expand file tree Collapse file tree
main/java/net/imagej/table
test/java/net/imagej/table Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 */
5959@ SuppressWarnings ("rawtypes" )
6060@ Plugin (type = IOPlugin .class , priority = Priority .LOW_PRIORITY - 1 )
61- public class TableIOPlugin extends AbstractIOPlugin <Table > {
61+ public class CommonsCSVTableIOPlugin extends AbstractIOPlugin <Table > {
6262
6363 @ Parameter
6464 private LogService log ;
Original file line number Diff line number Diff line change 4444import org .junit .rules .TemporaryFolder ;
4545
4646/**
47- * Tests {@link TableIOPlugin }.
47+ * Tests {@link CommonsCSVTableIOPlugin }.
4848 *
4949 * @author Stefan Helfrich
5050 */
51- public class TableIOPluginTest {
51+ public class CommonsCSVTableIOPluginTest {
5252
53- private static TableIOPlugin tableIOPlugin ;
53+ private static CommonsCSVTableIOPlugin tableIOPlugin ;
5454
5555 private static File testCsv ;
5656
@@ -59,7 +59,7 @@ public class TableIOPluginTest {
5959
6060 @ BeforeClass
6161 public static void setUp () throws IOException {
62- tableIOPlugin = new TableIOPlugin ();
62+ tableIOPlugin = new CommonsCSVTableIOPlugin ();
6363
6464 testCsv = folder .newFile ("testTableIO.csv" );
6565 }
You can’t perform that action at this time.
0 commit comments