X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=blobdiff_plain;f=src%2Fjalview%2Fio%2FFileFormat.java;h=b701963de34af16c9cd4decff978b26dc5446cd0;hp=a743694e6b17714890e2fec5be653474373dd018;hb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;hpb=e7338a61f3ce96dadf44ac80b2b32cc5ba4b94c8 diff --git a/src/jalview/io/FileFormat.java b/src/jalview/io/FileFormat.java index a743694..b701963 100644 --- a/src/jalview/io/FileFormat.java +++ b/src/jalview/io/FileFormat.java @@ -439,8 +439,11 @@ public enum FileFormat implements FileFormatI * @param shortName * @param extensions * comma-separated list of file extensions associated with the format - * @param isReadable - can be recognised by IdentifyFile and imported with the given reader - * @param isWritable - can be exported with the returned writer + * @param isReadable + * - can be recognised by IdentifyFile and imported with the given + * reader + * @param isWritable + * - can be exported with the returned writer */ private FileFormat(String shortName, String extensions, boolean isReadable, boolean isWritable)