Skip to content

Commit 6dce4f6

Browse files
Copilotrvosa
andcommitted
Fix missing List import in SubmissionDAOTest and AnalyzedDataDAOTest
Co-authored-by: rvosa <[email protected]>
1 parent ed1594f commit 6dce4f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

treebase-core/src/test/java/org/cipres/treebase/dao/study/AnalyzedDataDAOTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package org.cipres.treebase.dao.study;
22

33
import java.util.Collection;
4+
import java.util.List;
45

56
import org.cipres.treebase.dao.AbstractDAOTest;
67
import org.cipres.treebase.domain.matrix.Matrix;

treebase-core/src/test/java/org/cipres/treebase/dao/study/SubmissionDAOTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import java.util.Collection;
44
import java.util.Date;
55
import java.util.GregorianCalendar;
6+
import java.util.List;
67

78
import org.cipres.treebase.dao.AbstractDAOTest;
89
import org.cipres.treebase.domain.matrix.Matrix;

0 commit comments

Comments
 (0)