From e28cfe68365eecd5c4f1d9bfd92c225ccd1a4697 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Mon, 28 Dec 2020 13:49:51 +0100 Subject: Update REAME.md --- README.md | 6 ++++++ jMusicHub.java | 8 -------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c98ba9f..3120585 100644 --- a/README.md +++ b/README.md @@ -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 - * */ - - /**

jMusicHub

* * The jMusicHub class is basically the app. -- cgit v1.2.3