diff options
Diffstat (limited to '')
| -rw-r--r-- | Album.java | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -185,7 +185,7 @@ public class Album implements Serializable { * @author Aimeric ADJUTOR * */ public String toString() { - return "Id : "+getId()+"\nTitle : "+getTitle()+"\nDuration : "+getDuration()+"\nArtist : "+getArtist()+"\nDate of release : "+getDate(); -} + return "Id : "+getId()+"\nTitle : "+getTitle()+"\nDuration : "+getDuration()+"\nArtist : "+getArtist()+"\nDate of release : "+getDate()+"\n"; + } } |
