From 5aaf23e346cc078b45d446ef4d5bae3476eb187b Mon Sep 17 00:00:00 2001 From: guusvdongen Date: Tue, 24 Feb 2015 15:36:21 +0100 Subject: [PATCH] Update Artist --- Artist | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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()