From: David ‘Bombe’ Roden Date: Thu, 8 May 2008 23:47:48 +0000 (+0000) Subject: fix warning X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=668a21e6b2cb3393710f0570589068925c483448;p=jSite2.git fix warning git-svn-id: http://trooper/svn/projects/jSite/trunk@799 c3eda9e8-030b-0410-8277-bc7414b0a119 --- diff --git a/src/net/pterodactylus/util/image/IconLoader.java b/src/net/pterodactylus/util/image/IconLoader.java index 9dda78d..b738896 100644 --- a/src/net/pterodactylus/util/image/IconLoader.java +++ b/src/net/pterodactylus/util/image/IconLoader.java @@ -53,6 +53,7 @@ public class IconLoader { imageOutput.flush(); return new ImageIcon(imageOutput.toByteArray()); } catch (IOException e) { + /* ignore. */ } return null; }