X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Farchaeopteryx%2FConfiguration.java;h=d9a657db4cc5a0bce4940fe58c1e99430c9efa70;hb=eee996a6476a1e3d84c07f8f690dcde3ff4b2ef5;hp=2333e77a33b21b0f6a42fa866b9f5c6283719768;hpb=b238db9423661e6271b54b2e50e56ecdd801a45b;p=jalview.git diff --git a/forester/java/src/org/forester/archaeopteryx/Configuration.java b/forester/java/src/org/forester/archaeopteryx/Configuration.java index 2333e77..d9a657d 100644 --- a/forester/java/src/org/forester/archaeopteryx/Configuration.java +++ b/forester/java/src/org/forester/archaeopteryx/Configuration.java @@ -8,7 +8,7 @@ // and Howard Hughes Medical Institute // Copyright (C) 2003-2007 Ethalinda K.S. Cannon // All rights reserved -// +// // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either @@ -18,7 +18,7 @@ // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Lesser General Public License for more details. -// +// // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA @@ -1235,8 +1235,9 @@ public final class Configuration { } else if ( key.equals( WEB_LINK_KEY ) ) { if ( st.countTokens() == 3 ) { - createWebLink( ( String ) st.nextElement(), ( String ) st.nextElement(), ( String ) st - .nextElement() ); + createWebLink( ( String ) st.nextElement(), + ( String ) st.nextElement(), + ( String ) st.nextElement() ); } else { ForesterUtil.printWarningMessage( Constants.PRG_NAME,