Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Colcamex Resources Inc committed Oct 9, 2024
1 parent c31c92a commit 0a32976
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ src/main/resources/uiResources_*.properties
.vscode/
tmp/
.aider*
/hs_err_pid*.log
/hs_err_pid*.log
/release
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,14 @@

package oscar.oscarEncounter.oscarConsultationRequest.pageUtil;

import java.util.HashSet;
import java.util.Set;

import javax.servlet.http.HttpServletRequest;

import net.sf.json.JSONObject;
import org.apache.struts.action.ActionForm;
import org.oscarehr.fax.core.FaxAccount;
import org.oscarehr.fax.core.FaxRecipient;

import net.sf.json.JSONObject;
import javax.servlet.http.HttpServletRequest;
import java.util.HashSet;
import java.util.Set;

public final class EctConsultationFaxForm extends ActionForm {

Expand Down
6 changes: 6 additions & 0 deletions src/main/webapp/web/WEB-INF/web.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
version="4.0">
</web-app>

0 comments on commit 0a32976

Please sign in to comment.