diff options
Diffstat (limited to '')
| -rw-r--r-- | AudioBook.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AudioBook.java b/AudioBook.java index a4888bf..1540e96 100644 --- a/AudioBook.java +++ b/AudioBook.java @@ -112,7 +112,7 @@ public class AudioBook extends MusicalElement { * @author Aimeric ADJUTOR * */ public String toString() { - return "Id : "+getId()+"\nTitle : "+getTitle()+"\nDuration : "+getDuration()+"\nContent : "+getContent()+"\nAuthor : "+getAuthor()+"\nLanguage : "+getLanguage()+"\nCategory : "+getCategory(); + return "Id : "+getId()+"\nTitle : "+getTitle()+"\nDuration : "+getDuration()+"\nContent : "+getContent()+"\nAuthor : "+getAuthor()+"\nLanguage : "+getLanguage()+"\nCategory : "+getCategory()+"\n"; } } |
