Changeset 354


Ignore:
Timestamp:
Jul 25, 2007, 8:49:08 AM (16 years ago)
Author:
Jari Häkkinen
Message:

Restoring files that was commited by mistake.

Location:
trunk/uk/ac/scri/batchimporter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/uk/ac/scri/batchimporter/src/sbrn/base/BatchDataImport.java

    r353 r354  
    532532      job.setParameterValue("file", new FileParameterType(), file);
    533533      job.setParameterValue("rawBioAssay", new ItemParameterType<RawBioAssay>(RawBioAssay.class, null), rba);
    534       job.setParameterValue("numberFormatError", new StringParameterType(), "skip");
    535534      job.setParameterValue("missingReporterError", new StringParameterType(), "skip");
    536535      job.setParameterValue("featureMismatchError", new StringParameterType(), "skip");
Note: See TracChangeset for help on using the changeset viewer.