Skip to content

Commit

Permalink
Import fixes (#1881)
Browse files Browse the repository at this point in the history
* Fix typo

* Fix typo

* Add applicationInitializer

* Fix imports
  • Loading branch information
sukhpalp authored May 1, 2024
1 parent db0f540 commit c17621d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import javax.servlet.ServletContext;
import javax.servlet.ServletRegistration;

import ca.bc.gov.nrs.wfone.api.rest.v1.spring.CorsFilter;
import org.glassfish.jersey.servlet.ServletContainer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import javax.sql.DataSource;

import ca.bc.gov.nrs.wfnews.api.rest.v1.common.AttachmentsAwsConfig;
import ca.bc.gov.nrs.wfone.api.rest.v1.spring.CorsFilter;
import org.apache.commons.dbcp2.BasicDataSource;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down

0 comments on commit c17621d

Please sign in to comment.