2,2c2,2 < * @(#)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,19d26 < 20,20c27,27 < public class StorableInput --- > public class StorableInput extends Object { 21,21d27 < extends Object { 44,44c50,50 < if (s.equals("NULL")) --- > if (s.equals("NULL")) { 45a52,52 > } 76,76c83,83 < if (token == StreamTokenizer.TT_NUMBER) --- > if (token == StreamTokenizer.TT_NUMBER) { 77a85,85 > } 97,97c105,105 < if (token == StreamTokenizer.TT_NUMBER) --- > if (token == StreamTokenizer.TT_NUMBER) { 98a107,107 > } 109,109c118,118 < if (token == StreamTokenizer.TT_NUMBER) --- > if (token == StreamTokenizer.TT_NUMBER) { 110a120,120 > } 119a130,130 > } 120,120c131,131 < } catch (NoSuchMethodError e) { --- > catch (NoSuchMethodError e) { 122a134,134 > } 123,123c135,135 < } catch (ClassNotFoundException e) { --- > catch (ClassNotFoundException e) { 124a137,137 > } 125,125c138,138 < } catch (InstantiationException e) { --- > catch (InstantiationException e) { 126a140,140 > } 127,127c141,141 < } catch (IllegalAccessException e) { --- > catch (IllegalAccessException e) { 133,133c147,147 < if (!fMap.contains(storable)) --- > if (!fMap.contains(storable)) { 135a150,150 > }