X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Farchaeopteryx%2FUrlTreeReader.java;h=002adad3be6270d137e5679425f0877fa4b6efdd;hb=a9fcc2db25e1349d2a5f926eae7a71cea99efb7a;hp=729d5696affecd175f03cb2daa0ba07bdcb087ef;hpb=ccf4c584032d16ed0ed8d0678f01305887724f96;p=jalview.git diff --git a/forester/java/src/org/forester/archaeopteryx/UrlTreeReader.java b/forester/java/src/org/forester/archaeopteryx/UrlTreeReader.java index 729d569..002adad 100644 --- a/forester/java/src/org/forester/archaeopteryx/UrlTreeReader.java +++ b/forester/java/src/org/forester/archaeopteryx/UrlTreeReader.java @@ -5,7 +5,7 @@ // Copyright (C) 2008-2009 Christian M. Zmasek // Copyright (C) 2008-2009 Burnham Institute for Medical Research // 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 @@ -15,7 +15,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 @@ -147,14 +147,16 @@ public class UrlTreeReader implements Runnable { JOptionPane.ERROR_MESSAGE ); } catch ( final IOException e ) { - JOptionPane.showMessageDialog( _main_frame, "Could not read from " + url + "\n" - + e.getLocalizedMessage(), "Failed to read tree from " + client.getName() + " for " - + identifier, JOptionPane.ERROR_MESSAGE ); + JOptionPane.showMessageDialog( _main_frame, + "Could not read from " + url + "\n" + e.getLocalizedMessage(), + "Failed to read tree from " + client.getName() + " for " + identifier, + JOptionPane.ERROR_MESSAGE ); } catch ( final NumberFormatException e ) { - JOptionPane.showMessageDialog( _main_frame, "Could not read from " + url + "\n" - + e.getLocalizedMessage(), "Failed to read tree from " + client.getName() + " for " - + identifier, JOptionPane.ERROR_MESSAGE ); + JOptionPane.showMessageDialog( _main_frame, + "Could not read from " + url + "\n" + e.getLocalizedMessage(), + "Failed to read tree from " + client.getName() + " for " + identifier, + JOptionPane.ERROR_MESSAGE ); } catch ( final Exception e ) { e.printStackTrace();