diff --git a/Artist b/Artist.java similarity index 96% rename from Artist rename to Artist.java index 960fd40..3e1a4c2 100644 --- a/Artist +++ b/Artist.java @@ -20,9 +20,7 @@ public class Artist implements Serializable{ if ( !image.equals("null")) { this.image = new ImageIcon(image); - } else { - this.image = null; - } + } } public String getName()