2,2c2,2 < * @(#)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$> 50a111,111 > } 51,51d110 < 70,70c77,77 < * Adds a listener for this drawing. --- > * Gets an enumeration with all listener for this drawing. 88a163,163 > } 89,89d162 < 100a107,107 > } 101,101c108,108 < } else --- > else { 153,153c161,161 < while (k.hasMoreElements()) --- > while (k.hasMoreElements()) { 169,169c178,178 < if (fDrawingLockHolder == current) --- > if (fDrawingLockHolder == current) { 170a180,180 > } 171a182,184 > try { > wait(); > } 172,172c185,185 < try { wait(); } catch (InterruptedException ex) { } --- > catch (InterruptedException ex) { }