diff --git a/Artist b/Artist index 960fd40..3e1a4c2 100644 --- a/Artist +++ b/Artist @@ -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()