Changeset 165
- Timestamp:
- Aug 29, 2006, 8:02:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/se/lu/thep/affymetrix/RMAExpress.java
r162 r165 109 109 public void configure(GuiContext context, Request request, Response response) 110 110 { 111 String command = request.getCommand();112 111 try { 113 if ( command.equals(Request.COMMAND_CONFIGURE_JOB)) {112 if (request.getCommand().equals(Request.COMMAND_CONFIGURE_JOB)) { 114 113 List<Throwable> errors = validateRequestParameters 115 114 (configureJob.getParameters(), request); … … 439 438 "2006 Jari Hakkinen, " + 440 439 "Department of Theoretical Physics, Lund University", 441 null, "base@thep.lu.se",440 null, null, 442 441 "http://baseplugins.thep.lu.se/wiki/thep.lu.se.RMAExpress" ); 443 442 private RequestInformation configureJob = null;
Note: See TracChangeset
for help on using the changeset viewer.