aboutsummaryrefslogtreecommitdiffstats
path: root/Song.java
diff options
context:
space:
mode:
authorMasfehico <clyhtsuriva@gmail.com>2020-11-23 16:15:21 +0100
committerMasfehico <clyhtsuriva@gmail.com>2020-11-23 16:15:21 +0100
commit2a265d2f8787174337df4d5fc83e206ddd3289c4 (patch)
tree6e1c8a21ea36010f8435e4970db05d184da685ac /Song.java
parent12e26df466421e41f40f2b353bd39af2f87f416f (diff)
downloadjMusicHub-2a265d2f8787174337df4d5fc83e206ddd3289c4.tar.gz
jMusicHub-2a265d2f8787174337df4d5fc83e206ddd3289c4.tar.bz2
jMusicHub-2a265d2f8787174337df4d5fc83e206ddd3289c4.zip
Musical elements updated and jMusicHub basic creation
Diffstat (limited to '')
-rw-r--r--Song.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/Song.java b/Song.java
index b07bb81..640059e 100644
--- a/Song.java
+++ b/Song.java
@@ -5,7 +5,4 @@ public class Song extends MusicalElement {
this.artist=artist;
this.genre=genre;
}
-
-
-
}