X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fstructure%2FStructureCommandsI.java;h=fc8b8283c4ff42f2b78dd0c38919e8334a65e5c3;hb=a3f65dbb5ba8bd470a31ba2af72db6d8ddf60546;hp=8ba94b0e3a8cac950c599191f6dfbf3a2d78abb5;hpb=39c97de2f7b8ef87b42f121f37d4f158d1651fe9;p=jalview.git diff --git a/src/jalview/structure/StructureCommandsI.java b/src/jalview/structure/StructureCommandsI.java index 8ba94b0..fc8b828 100644 --- a/src/jalview/structure/StructureCommandsI.java +++ b/src/jalview/structure/StructureCommandsI.java @@ -194,16 +194,16 @@ public interface StructureCommandsI * @return */ StructureCommandI openSession(String filepath); - + /** - * Returns command to restore a previously saved version of an existing structure viewer session file. - * Default implementation calls 'openSession' + * Returns command to restore a previously saved version of an existing + * structure viewer session file. Default implementation calls 'openSession' + * * @param filePath * @return */ StructureCommandI restoreSession(String filePath); - /** * Returns a command to ask the viewer to close down * @@ -256,7 +256,8 @@ public interface StructureCommandsI List centerViewOn(List residues); - default List showHetatms(List toShow) { + default List showHetatms(List toShow) + { return Collections.EMPTY_LIST; } }