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

mcutout: changes uws-list name mcutout -> uws (so mcutout path is: async/uws)

parent d853f226
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ public class UWSMCutout extends UWSServlet {
@Override
public void initUWS() throws UWSException
{
addJobList(new JobList("mcutout"));
addJobList(new JobList("uws"));
UWSMCutoutUserIdentifier uwsUserIdentifier = new UWSMCutoutUserIdentifier();
setUserIdentifier(uwsUserIdentifier);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment