Skip to content

Commit

Permalink
Classpath, project facets
Browse files Browse the repository at this point in the history
  • Loading branch information
arc12012 committed Apr 25, 2017
1 parent de5d0f5 commit c1869df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .settings/org.eclipse.wst.common.project.facet.core.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<runtime name="Apache Tomcat v8.0"/>
<runtime name="Apache Tomcat v9.0"/>
<fixed facet="wst.jsdt.web"/>
<installed facet="java" version="1.8"/>
<installed facet="wst.jsdt.web" version="1.0"/>
Expand Down
6 changes: 6 additions & 0 deletions src/utilities/AdminNotificationQueue.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ public void run() {
case "adminUrgentRequest":
new Mail(admin).sendUrgentRequest(tickets);
break;
case "adminDeviceRequest":
queueRequestNotification();
break;
default:
System.out.println("Admin notification queue could not recognize instructions");
}
Expand All @@ -57,6 +60,9 @@ public void run() {
e.printStackTrace();
} finally {

}
queueRequestNotification() {

}
}
}

0 comments on commit c1869df

Please sign in to comment.