X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fws%2Fjws1%2FAnnotate3D.java;h=f3516b70c29b18c658844da34c77757389d789d5;hb=17e77c3f2949a0729322b4a8d907f3f34b6a9914;hp=509d4ae91f1487d941fa56fa5100c7abd5803ed9;hpb=ab43013b7e357b84b4abade0dba949668dfb2a0e;p=jalview.git diff --git a/src/jalview/ws/jws1/Annotate3D.java b/src/jalview/ws/jws1/Annotate3D.java index 509d4ae..f3516b7 100644 --- a/src/jalview/ws/jws1/Annotate3D.java +++ b/src/jalview/ws/jws1/Annotate3D.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1) - * Copyright (C) 2014 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9) + * Copyright (C) 2015 The Jalview Authors * * This file is part of Jalview. * @@ -20,7 +20,6 @@ */ package jalview.ws.jws1; -import jalview.datamodel.Alignment; import jalview.datamodel.AlignmentI; import jalview.io.FileParse; import jalview.io.FormatAdapter; @@ -106,7 +105,9 @@ public class Annotate3D } else { - throw new IOException(MessageManager.getString("exception.unexpected_handling_rnaml_translation_for_pdb"), + throw new IOException( + MessageManager + .getString("exception.unexpected_handling_rnaml_translation_for_pdb"), x); } }