2c2 < * @(#)StorableInput.java 5.2 --- > * @(#)StorableInput.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 17a24,25 > * > * @version <$CURRENT_VERSION$>s 19,21c27 < < public class StorableInput < extends Object { --- > public class StorableInput extends Object { 44c50 < if (s.equals("NULL")) --- > if (s.equals("NULL")) { 45a52 > } 76c83 < if (token == StreamTokenizer.TT_NUMBER) --- > if (token == StreamTokenizer.TT_NUMBER) { 77a85 > } 97c105 < if (token == StreamTokenizer.TT_NUMBER) --- > if (token == StreamTokenizer.TT_NUMBER) { 98a107 > } 109c118 < if (token == StreamTokenizer.TT_NUMBER) --- > if (token == StreamTokenizer.TT_NUMBER) { 110a120 > } 120c130,131 < } catch (NoSuchMethodError e) { --- > } > catch (NoSuchMethodError e) { 123c134,135 < } catch (ClassNotFoundException e) { --- > } > catch (ClassNotFoundException e) { 125c137,138 < } catch (InstantiationException e) { --- > } > catch (InstantiationException e) { 127c140,141 < } catch (IllegalAccessException e) { --- > } > catch (IllegalAccessException e) { 133c147 < if (!fMap.contains(storable)) --- > if (!fMap.contains(storable)) { 135a150 > }