2,2c2,2 < * @(#)TextHolder.java 5.2 --- > * @(#)TextHolder.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 13a20,20 > * 14a22,23 > * > * @version <$CURRENT_VERSION$> 42,42c51,51 < * Connects a figure to another figure. --- > * Connects a text holder to another figure. 46a56,60 > * Disconnects a text holder from a connect figure. > */ > public void disconnect(Figure disconnectFigure); > > /**