diff options
Diffstat (limited to '')
| -rw-r--r-- | Song.java | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,6 +89,6 @@ public class Song extends MusicalElement{ * @author Aimeric ADJUTOR * */ public String toString() { - return "Id : "+getId()+"\nTitle : "+getTitle()+"\nDuration : "+getDuration()+"\nContent : "+getContent()+"\nArtist : "+getArtist()+"\nGenre : "+getGenre(); + return "Id : "+getId()+"\nTitle : "+getTitle()+"\nDuration : "+getDuration()+"\nContent : "+getContent()+"\nArtist : "+getArtist()+"\nGenre : "+getGenre()+"\n"; } } |
