X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Futil%2Fimage%2FIconLoader.java;h=b73889606f371319057bc7c97283b1ab5d62ec2e;hb=491db1fa72a99e55539b54b03eef3c0d69b27871;hp=9dda78d1a4426bc06088f54c2c440b681a5586f8;hpb=638d5bde1d13100ea3388ed0b872227d94e60658;p=jSite2.git 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; }