2,2c2,2 < * @(#)FollowURLTool.java 5.2 --- > * @(#)FollowURLTool.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 15a22,24 > /** > * @version <$CURRENT_VERSION$> > */ 30,30c39,39 < if (figure != null) --- > if (figure != null) { 31a41,41 > } 32,32c42,42 < if (urlstring != null) --- > if (urlstring != null) { 33a44,44 > } 34,34c45,45 < else --- > else { 36a48,48 > } 43,43c55,55 < if (figure == null) --- > if (figure == null) { 44a57,57 > } 46,46c59,59 < if (urlstring == null) --- > if (urlstring == null) { 47a61,61 > } 51a66,66 > } 52,52c67,67 < } catch (MalformedURLException exception) { --- > catch (MalformedURLException exception) {