Add Jpred archive table
[proteocache.git] / server / compbio / statistic / CassandraRequester.java
index 9885d64..83c8a7a 100755 (executable)
@@ -164,7 +164,7 @@ public class CassandraRequester {
         * find the earliest date in the database
         */
        public long earliestDate() {
-               earlestDate =  DBInstance.getEarliestDateInDB();
+               earlestDate = DBInstance.getEarliestDateInDB();
                return earlestDate;
        }
 }