Apply formatting
[proteocache.git] / datadb / compbio / cassandra / readers / SequenceReader.java
index 244902f..0aedbb2 100644 (file)
@@ -13,14 +13,14 @@ public class SequenceReader extends CassandraReader {
        public SequenceReader() {
                super();
        }
-       
+
        /**
         * query: protein sequence
-        *  
+        * 
         * @param protIn
-        *           protein sequence or partial of protein sequence
+        *            protein sequence or partial of protein sequence
         * @param searchtype
-        *           "whole" or "partial" of protein sequence
+        *            "whole" or "partial" of protein sequence
         * 
         * @return List<ProteinBean> to the controller SequenceController
         * 
@@ -58,16 +58,17 @@ public class SequenceReader extends CassandraReader {
                }
                return query;
        }
-       
+
        /**
-        * create a list of parts of protein sequence for highlighting current value in report;
-        *  
+        * create a list of parts of protein sequence for highlighting current value
+        * in report;
+        * 
         * @param protein
-        *           protein sequence 
+        *            protein sequence
         * @param subprot
-        *           partial of protein sequence
+        *            partial of protein sequence
         * 
-        * @return List<String> 
+        * @return List<String>
         * 
         **/
        private static List<String> CreateSubprotein(String protein, String subprot) {