Skip to content

Commit

Permalink
Change package once more, set to ca.nrc.cadc.uws.impl
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed May 28, 2024
1 parent e037e07 commit d75301c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tap/src/main/java/ca/nrc/cadc/uws/impl/UWSInitAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
************************************************************************
*/

package org.opencadc.uws.impl;
package ca.nrc.cadc.uws.impl;

import ca.nrc.cadc.db.DBUtil;
import ca.nrc.cadc.rest.InitAction;
Expand All @@ -85,7 +85,7 @@
public class UWSInitAction extends InitAction {
private static final Logger log = Logger.getLogger(UWSInitAction.class);

public UWSInitAction() {
public UWSInitAction() {
}

@Override
Expand Down
2 changes: 1 addition & 1 deletion tap/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<servlet-class>ca.nrc.cadc.uws.server.JobServlet</servlet-class>
<init-param>
<param-name>init</param-name>
<param-value>org.opencadc.uws.impl.UWSInitAction</param-value>
<param-value>ca.nrc.cadc.uws.impl.UWSInitAction</param-value>
</init-param>
<init-param>
<param-name>ca.nrc.cadc.uws.server.JobManager</param-name>
Expand Down

0 comments on commit d75301c

Please sign in to comment.