Changeset 193


Ignore:
Timestamp:
Oct 31, 2006, 5:53:15 PM (16 years ago)
Author:
Jari Häkkinen
Message:

Fixed compiler error.

Location:
trunk/se/lu/thep/affymetrix
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/se/lu/thep/affymetrix/ChangeLog

    r192 r193  
    2424
    2525
    26 version 0.5 (revision 192):
     26version 0.5 (revision 193):
    2727  - Changed starting position to 1 from 0 (zero) when expression
    2828    values are store into the database. This is more consistent with
  • trunk/se/lu/thep/affymetrix/RMAExpress.java

    r191 r193  
    112112      if (request.getCommand().equals(Request.COMMAND_CONFIGURE_JOB)) {
    113113        List<Throwable> errors = validateRequestParameters
    114           (getConfigureJobParameters(context).getParameters(), request);
     114          (getConfigureJobParameters().getParameters(), request);
    115115        if (errors != null) {
    116116          response.setError(errors.size() +
Note: See TracChangeset for help on using the changeset viewer.