delete shit

lol
This commit is contained in:
xrgman
2015-02-10 14:04:54 +01:00
parent 20c17379a5
commit 9d3d3fa3d5
5 changed files with 0 additions and 71 deletions
-18
View File
@@ -1,18 +0,0 @@
import javax.swing.ImageIcon;
public class Artist
{
private String genre;
private String name;
private String description;
private ImageIcon image;
private int id;
public Artist()
{
}
}