From 6c06acde8fb51125e925a34b8adf428ccfb37055 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Tue, 22 Dec 2020 18:38:34 +0100 Subject: 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. --- Song.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Song.java') diff --git a/Song.java b/Song.java index 2dd07d5..84e1e6d 100644 --- a/Song.java +++ b/Song.java @@ -1,3 +1,7 @@ +/**

Song

+ * Song is using instanciating MusicalElement and is Serializable. + * */ + public class Song extends MusicalElement{ private static final long serialVersionUID = 2112880640160601826L; -- cgit v1.2.3