fix warning
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 8 May 2008 23:47:48 +0000 (23:47 +0000)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 8 May 2008 23:47:48 +0000 (23:47 +0000)
git-svn-id: http://trooper/svn/projects/jSite/trunk@799 c3eda9e8-030b-0410-8277-bc7414b0a119

src/net/pterodactylus/util/image/IconLoader.java

index 9dda78d..b738896 100644 (file)
@@ -53,6 +53,7 @@ public class IconLoader {
                        imageOutput.flush();
                        return new ImageIcon(imageOutput.toByteArray());
                } catch (IOException e) {
+                       /* ignore. */
                }
                return null;
        }