2c2 < * @(#)StandardDrawing.java 5.2 --- > * @(#)StandardDrawing.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$> 51d58 < 70c77 < * Adds a listener for this drawing. --- > * Gets an enumeration with all listener for this drawing. 89d95 < 101c107,108 < } else --- > } > else { 103a111 > } 153c161 < while (k.hasMoreElements()) --- > while (k.hasMoreElements()) { 154a163 > } 169c178 < if (fDrawingLockHolder == current) --- > if (fDrawingLockHolder == current) { 170a180 > } 172c182,185 < try { wait(); } catch (InterruptedException ex) { } --- > try { > wait(); > } > catch (InterruptedException ex) { }