Apply formatting
[proteocache.git] / datadb / compbio / cassandra / JpredParser.java
index 27020ec..ae7abab 100644 (file)
@@ -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;
 }