Apply formatting
[proteocache.git] / datadb / compbio / cassandra / JpredParserHTTP.java
index 453f01f..d221209 100644 (file)
@@ -93,6 +93,7 @@ public class JpredParserHTTP implements JpredParser {
                }
                return protein;
        }
+
        private String parseSeqFile(final InputStream stream, String jobid) throws FileNotFoundException {
                final FastaReader fr = new FastaReader(stream);
                String protein = "";