-
- Downloads
Restructured project to conform with CSCE361 convention.
- Changed the project's package and made corresponding changes to `pom.xml` and `Chat.java` - Added `.gitkeep`s to `src/test` and `src/main/resources` so they're available to prompt students - closes #1
Showing
- pom.xml 2 additions, 2 deletionspom.xml
- src/main/java/edu/unl/cse/csce361/socket_chat/Chat.java 1 addition, 5 deletionssrc/main/java/edu/unl/cse/csce361/socket_chat/Chat.java
- src/main/resources/.gitkeep 0 additions, 0 deletionssrc/main/resources/.gitkeep
- src/test/.gitkeep 0 additions, 0 deletionssrc/test/.gitkeep
src/main/resources/.gitkeep
0 → 100644
src/test/.gitkeep
0 → 100644
Please register or sign in to comment