2,2c2,2 < * @(#)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 14a59,59 > } 14a21,23 > /** > * @version <$CURRENT_VERSION$> > */ 15,15d58 < 32a41,41 > } 33,33c42,42 < } else { --- > else { 47,47c56,56 < if (source != null) --- > if (source != null) { 52,52c62,62 < return (start instanceof PertFigure && end instanceof PertFigure); --- > return ((start instanceof PertFigure) && (end instanceof PertFigure)); 58,58d67 < handles.setElementAt( 59,59c68,68 < new NullHandle(this, PolyLineFigure.locator(0)), 0); --- > handles.setElementAt(new NullHandle(this, PolyLineFigure.locator(0)), 0);