File tree Expand file tree Collapse file tree
main/java/org/scijava/table/io
test/java/org/scijava/table/io Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 <url >https://imagej.net/people/frauzufall</url >
7272 <properties ><id >frauzufall</id ></properties >
7373 </contributor >
74+ <contributor >
75+ <name >Leon Yang</name >
76+ <url >https://imagej.net/people/lnyng</url >
77+ <properties ><id >lnyng</id ></properties >
78+ </contributor >
7479 </contributors >
7580
7681 <mailingLists >
Original file line number Diff line number Diff line change 11/*
22 * #%L
3- * I/O plugins for SciJava table objects .
3+ * Table structures for SciJava.
44 * %%
5- * Copyright (C) 2017 - 2020 Board of Regents of the University of
6- * Wisconsin-Madison and University of Konstanz .
5+ * Copyright (C) 2012 - 2022 Board of Regents of the University of
6+ * Wisconsin-Madison, and Friedrich Miescher Institute for Biomedical Research .
77 * %%
88 * Redistribution and use in source and binary forms, with or without
99 * modification, are permitted provided that the following conditions are met:
2828 * #L%
2929 */
3030
31- package org .scijava .table ;
31+ package org .scijava .table . io ;
3232
3333import java .io .IOException ;
3434import java .util .ArrayList ;
4848import org .scijava .io .location .Location ;
4949import org .scijava .plugin .Parameter ;
5050import org .scijava .plugin .Plugin ;
51- import org .scijava .table .io . ColumnTableIOOptions ;
52- import org .scijava .table .io . TableIOOptions ;
53- import org .scijava .table .io . TableIOPlugin ;
51+ import org .scijava .table .DefaultGenericTable ;
52+ import org .scijava .table .GenericTable ;
53+ import org .scijava .table .Table ;
5454import org .scijava .util .FileUtils ;
5555
5656/**
Original file line number Diff line number Diff line change 11/*
22 * #%L
3- * I/O plugins for SciJava table objects .
3+ * Table structures for SciJava.
44 * %%
5- * Copyright (C) 2017 - 2020 Board of Regents of the University of
6- * Wisconsin-Madison and University of Konstanz .
5+ * Copyright (C) 2012 - 2022 Board of Regents of the University of
6+ * Wisconsin-Madison, and Friedrich Miescher Institute for Biomedical Research .
77 * %%
88 * Redistribution and use in source and binary forms, with or without
99 * modification, are permitted provided that the following conditions are met:
2828 * #L%
2929 */
3030
31- package org .scijava .table ;
31+ package org .scijava .table . io ;
3232
3333import static org .junit .Assert .assertEquals ;
3434import static org .junit .Assert .assertTrue ;
5050import org .scijava .io .handle .DataHandleService ;
5151import org .scijava .io .location .FileLocation ;
5252import org .scijava .io .location .Location ;
53+ import org .scijava .table .DefaultGenericTable ;
54+ import org .scijava .table .GenericTable ;
55+ import org .scijava .table .Table ;
56+ import org .scijava .table .io .DefaultTableIOPlugin ;
5357import org .scijava .table .io .TableIOOptions ;
5458import org .scijava .table .io .TableIOPlugin ;
5559
You can’t perform that action at this time.
0 commit comments