Skip to content

Commit fcd144d

Browse files
committed
Added Comments to SpotifyRestAPI Class header
1 parent fdf0b3c commit fcd144d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/main/java/Client/SpotifyRestAPI.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@
3838

3939
import getRequests.Album;
4040

41+
/*
42+
43+
Spotify Rest API Class
44+
Implements all Spotify Rest API Methods
45+
46+
47+
*/
48+
49+
4150
public class SpotifyRestAPI implements AlbumInterface {
4251

4352
String requestType;

0 commit comments

Comments
 (0)