From 7c23f453d166d396451504e26fbb385afc0c4c13 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Mon, 28 Dec 2020 17:31:33 +0100 Subject: Finishing javadoc --- javadoc/Album.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'javadoc/Album.html') diff --git a/javadoc/Album.html b/javadoc/Album.html index 6854986..0b51dd4 100644 --- a/javadoc/Album.html +++ b/javadoc/Album.html @@ -2,7 +2,7 @@ - + Album @@ -116,7 +116,8 @@ implements java.io.Serializable
The album class is used to create albums containing songs added after its creation and the creation of the songs.
See Also:
-
Serialized Form
+
Song, +Serialized Form
@@ -197,7 +198,9 @@ implements java.io.Serializable void -getSongs()  +getSongs() +
This method is used to print the each songs contained in the songs attribute of the album.
+ java.lang.String @@ -369,6 +372,7 @@ implements java.io.Serializable
  • getSongs

    public void getSongs()
    +
    This method is used to print the each songs contained in the songs attribute of the album.
  • -- cgit v1.2.3