diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2020-12-28 13:49:51 +0100 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2020-12-28 13:49:51 +0100 |
commit | e28cfe68365eecd5c4f1d9bfd92c225ccd1a4697 (patch) | |
tree | b09185626d77e18ed585d0401c59d8098d375706 | |
parent | cdb478d05fb5ece0533601a43bd538966d05f14d (diff) |
Update REAME.md
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | jMusicHub.java | 8 |
2 files changed, 6 insertions, 8 deletions
@@ -1 +1,7 @@ OOP project in Java done in my first year, first semester at ESIEA. + +TO DO : + - Generating the javadoc + - Doing the UML Diagramm + - Doing the report + - Sending in the whole thing diff --git a/jMusicHub.java b/jMusicHub.java index 2494925..e79d768 100644 --- a/jMusicHub.java +++ b/jMusicHub.java @@ -2,14 +2,6 @@ import java.util.*; import java.io.*; import java.text.*; -/* TO DO : - * Generating the javadoc - * Doing the UML Diagramm - * Doing the report - * Sending in the whole thing - * */ - - /** <h1>jMusicHub</h1> * * The jMusicHub class is basically the app. |