Skip to content
Snippets Groups Projects
Commit 7256b1df authored by Gian Bustamante (gib650)'s avatar Gian Bustamante (gib650)
Browse files

Update QueueingApp/src/main/java/appQueue/WorkerReportServlet.java

parent 08347e5f
No related branches found
No related tags found
1 merge request!20Update QueueingApp/src/main/webapp/workerLogin.jsp,...
......@@ -29,7 +29,7 @@ public class WorkerReportServlet extends HttpServlet {
String filename = "";
try {
filename = "..\\QueueingApp\\reports\\" + name + "Report.txt";
filename = "reports/" + name + " report.txt";
File file = new File(filename);
if (file.createNewFile()) System.out.println("Report created for " + name);
......
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