Skip to content

Commit

Permalink
#186 - Change artifactId to "dkpro-core-XXX"
Browse files Browse the repository at this point in the history
- Fixed class name constants in test code
  • Loading branch information
reckart committed Apr 28, 2019
1 parent 9be9047 commit ec4b338
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@

public class IOTestRunner
{
private static final String RESOURCE_COLLECTION_READER_BASE = "de.tudarmstadt.ukp.dkpro.core.api.io.ResourceCollectionReaderBase";
private static final String JCAS_FILE_WRITER_IMPL_BASE = "de.tudarmstadt.ukp.dkpro.core.api.io.JCasFileWriter_ImplBase";
private static final String RESOURCE_COLLECTION_READER_BASE = "org.dkpro.core.api.io.ResourceCollectionReaderBase";
private static final String JCAS_FILE_WRITER_IMPL_BASE = "org.dkpro.core.api.io.JCasFileWriter_ImplBase";

public static void testRoundTrip(Class<? extends CollectionReader> aReader,
Class<? extends AnalysisComponent> aWriter, String aFile)
Expand Down

0 comments on commit ec4b338

Please sign in to comment.