From 668a21e6b2cb3393710f0570589068925c483448 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 8 May 2008 23:47:48 +0000 Subject: [PATCH] fix warning git-svn-id: http://trooper/svn/projects/jSite/trunk@799 c3eda9e8-030b-0410-8277-bc7414b0a119 --- src/net/pterodactylus/util/image/IconLoader.java | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.7.4