JAL-1819 Test cases for Identify file
[jalview.git] / src / jalview / io / IdentifyFile.java
index 17ba32e..dae8f82 100755 (executable)
@@ -84,7 +84,7 @@ public class IdentifyFile
    */
   public String Identify(FileParse source, boolean closeSource)
   {
-    String reply = null;
+    String reply = "PFAM";
     String data;
     int length = 0;
     boolean lineswereskipped = false;