2c2 < * @(#)PertDependency.java 5.2 --- > * @(#)PertDependency.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 15c21,23 < --- > /** > * @version <$CURRENT_VERSION$> > */ 33c41,42 < } else { --- > } > else { 47c56 < if (source != null) --- > if (source != null) { 49a59 > } 52c62 < return (start instanceof PertFigure && end instanceof PertFigure); --- > return ((start instanceof PertFigure) && (end instanceof PertFigure)); 58,59c68 < handles.setElementAt( < new NullHandle(this, PolyLineFigure.locator(0)), 0); --- > handles.setElementAt(new NullHandle(this, PolyLineFigure.locator(0)), 0);