2c2 < * @(#)PertFigure.java 5.2 --- > * @(#)PertFigure.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 16c22,24 < --- > /** > * @version <$CURRENT_VERSION$> > */ 208c216,217 < if (e.getFigure() == figureAt(1)) // duration has changed --- > if (e.getFigure() == figureAt(1)) { > // duration has changed 209a219 > } 227c237 < while (i.hasMoreElements()) --- > while (i.hasMoreElements()) { 229a240 > } 240c251 < if (start == this) --- > if (start == this) { 241a253 > } 244c256 < if (((PertFigure) i.nextElement()).hasCycle(start)) --- > if (((PertFigure) i.nextElement()).hasCycle(start)) { 246a259 > } 266c279 < while (i.hasMoreElements()) --- > while (i.hasMoreElements()) { 268a282 > } 292c306 < for (int i=0; i for (int i=0; i }