Commit aa1cc567 authored by Robert Butora's avatar Robert Butora
Browse files

mcutout: changes listname mcutout -> uws

parent 56c11f7a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ public class UWSMCutout extends UWSServlet {
    */
   @Override
   public JobThread createJobThread(UWSJob job) throws UWSException{
      if (job.getJobList().getName().equals("mcutout")) // FIXME listanme to Config-file ?
      if (job.getJobList().getName().equals("uws")) // FIXME listanme to Config-file ?
         return new UWSMCutoutWork(job);
      else
         throw new UWSException("Impossible to create a job inside the jobs list \"" + job.getJobList().getName() + "\" !");