aboutsummaryrefslogtreecommitdiffstats
path: root/Song.java
diff options
context:
space:
mode:
authorClyhtsuriva <aimeric@adjutor.xyz>2020-12-22 18:38:34 +0100
committerClyhtsuriva <aimeric@adjutor.xyz>2020-12-22 18:38:34 +0100
commit6c06acde8fb51125e925a34b8adf428ccfb37055 (patch)
tree0df92aa09f74585c5f2bc2582fe42e39c232e12c /Song.java
parentfe4f2ee0f70b7b35113062538a51bf5444131196 (diff)
downloadjMusicHub-6c06acde8fb51125e925a34b8adf428ccfb37055.tar.gz
jMusicHub-6c06acde8fb51125e925a34b8adf428ccfb37055.tar.bz2
jMusicHub-6c06acde8fb51125e925a34b8adf428ccfb37055.zip
Simplifying
I'm creating methods in jMusicHub to simplify the work I'l will be doing to add Albums and Playlists commands such as list, extract and save.
Diffstat (limited to '')
-rw-r--r--Song.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/Song.java b/Song.java
index 2dd07d5..84e1e6d 100644
--- a/Song.java
+++ b/Song.java
@@ -1,3 +1,7 @@
+/**<h1>Song<h1>
+ * Song is using instanciating MusicalElement and is Serializable.
+ * */
+
public class Song extends MusicalElement{
private static final long serialVersionUID = 2112880640160601826L;