X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FVamsasApplication.java;fp=src%2Fjalview%2Fgui%2FVamsasApplication.java;h=8a8ba8dfc1970b4f1fd02a843855a42c242fa041;hb=3459a8a691cb22508d7067f240b7254e588e77d3;hp=9defed4b8dd6220ce224255c54510e4e322e1d59;hpb=5b27f1062b2203c4c31702e205f4c78e1992063e;p=jalview.git diff --git a/src/jalview/gui/VamsasApplication.java b/src/jalview/gui/VamsasApplication.java index 9defed4..8a8ba8d 100644 --- a/src/jalview/gui/VamsasApplication.java +++ b/src/jalview/gui/VamsasApplication.java @@ -202,8 +202,7 @@ public class VamsasApplication implements SelectionSource, VamsasSource } catch (Exception e) { - Console.error("Couldn't instantiate vamsas client !", - e); + Console.error("Couldn't instantiate vamsas client !", e); return false; } return true; @@ -272,8 +271,7 @@ public class VamsasApplication implements SelectionSource, VamsasSource addStoreDocumentHandler(); startSession(); inInitialUpdate = true; - Console.debug( - "Jalview loading the Vamsas Session for the first time."); + Console.debug("Jalview loading the Vamsas Session for the first time."); dealWithDocumentUpdate(false); // we don't push an update out to the inInitialUpdate = false; // document yet. @@ -482,8 +480,7 @@ public class VamsasApplication implements SelectionSource, VamsasSource } catch (Exception e) { errorsDuringUpdate = true; - Console.error("Exception synchronizing " + af.getTitle() - + " " + Console.error("Exception synchronizing " + af.getTitle() + " " + (af.getViewport().getViewName() == null ? "" : " view " + af.getViewport().getViewName()) + " to document.", e);