2c2 < * @(#)Iconkit.java 5.2 --- > * @(#)Iconkit.java 3a4,9 > * Project: JHotdraw - a GUI framework for technical drawings > * http://www.jhotdraw.org > * http://jhotdraw.sourceforge.net > * Copyright: © by the original author(s) and all contributors > * License: Lesser GNU Public License (LGPL) > * http://www.opensource.org/licenses/lgpl-license.html 24a31,32 > * > * @version <$CURRENT_VERSION$> 75c83,84 < } catch (Exception e) { } --- > } > catch(Exception e) { } 100c109 < if (fMap.containsKey(filename)) --- > if (fMap.containsKey(filename)) { 101a111 > } 103c113 < if (image != null) --- > if (image != null) { 104a115 > } 112c123 < if (fgDebug) --- > if (fgDebug) { 113a125 > } 115c127,128 < } catch (Exception ex) { --- > } > catch (Exception ex) { 127c140 < if (image != null) --- > if (image != null) { 128a142 > } 136c150 < if (fMap.containsKey(filename)) --- > if (fMap.containsKey(filename)) { 137a152 > }