diff options
| author | Clyhtsuriva <aimeric@adjutor.xyz> | 2020-12-22 18:38:34 +0100 |
|---|---|---|
| committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2020-12-22 18:38:34 +0100 |
| commit | 6c06acde8fb51125e925a34b8adf428ccfb37055 (patch) | |
| tree | 0df92aa09f74585c5f2bc2582fe42e39c232e12c /Song.java | |
| parent | fe4f2ee0f70b7b35113062538a51bf5444131196 (diff) | |
| download | jMusicHub-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.java | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |
