Skip to content
Snippets Groups Projects
Commit aa1cc567 authored by Robert Butora's avatar Robert Butora
Browse files

mcutout: changes listname mcutout -> uws

parent 56c11f7a
No related branches found
No related tags found
No related merge requests found
......@@ -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() + "\" !");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment