Changeset 165


Ignore:
Timestamp:
Aug 29, 2006, 8:02:39 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Removed base@… mail address.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/se/lu/thep/affymetrix/RMAExpress.java

    r162 r165  
    109109  public void configure(GuiContext context, Request request, Response response)
    110110  {
    111     String command = request.getCommand();
    112111    try {
    113       if (command.equals(Request.COMMAND_CONFIGURE_JOB)) {
     112      if (request.getCommand().equals(Request.COMMAND_CONFIGURE_JOB)) {
    114113        List<Throwable> errors = validateRequestParameters
    115114          (configureJob.getParameters(), request);
     
    439438     "2006 Jari Hakkinen, " +
    440439     "Department of Theoretical Physics, Lund University",
    441      null, "base@thep.lu.se",
     440     null, null,
    442441     "http://baseplugins.thep.lu.se/wiki/thep.lu.se.RMAExpress" );
    443442  private RequestInformation configureJob = null;
Note: See TracChangeset for help on using the changeset viewer.