X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=datadb%2Fcompbio%2Fcassandra%2FJpredParser.java;h=ae7abab61c85905c6c1091d51c831b6bbe684224;hb=0349dbf0d18575d9d35758bc9ced99af202766ce;hp=27020ecd99f829a56fb1caeaf1c30c756c4e4553;hpb=3887e427255a9ed5e9e43f4a52a377935331e5d3;p=proteocache.git diff --git a/datadb/compbio/cassandra/JpredParser.java b/datadb/compbio/cassandra/JpredParser.java index 27020ec..ae7abab 100644 --- a/datadb/compbio/cassandra/JpredParser.java +++ b/datadb/compbio/cassandra/JpredParser.java @@ -6,11 +6,11 @@ public interface JpredParser { /* * Defines a source file with metainformation of Jpred Jobs - **/ - void setSource (String newsourceprefix); - + */ + void setSource(String newsourceprefix); + /* * Makes real parsing of the source file - **/ + */ void Parsing(String source, int nDays) throws IOException; }