Lost file for committed not-working WS
[proteocache.git] / datadb / compbio / cassandra / CassandraReader.java
index 00a9f27..81add8f 100644 (file)
@@ -118,7 +118,7 @@ public class CassandraReader {
                String com = "SELECT JobID, Predictions FROM ProteinRow WHERE Protein = '" + queryProtein + "';";
                System.out.println("Command: " + com);
                ResultSet results = session.execute(com);
-               if (results.isExhausted())
+               if (results.isExhausted()) 
                        return null;
                final long queryTime = System.currentTimeMillis();
                List<Row> rows = results.all();