Move async result cursor to AsyncConnection
[yaz4j-moved-to-github.git] / src / main / java / org / yaz4j / CQLQuery.java
index 58cc0ff..15bfd1d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1995-2013, Index Datassss
+ * Copyright (c) 1995-2013, Index Data
  * All rights reserved.
  * See the file LICENSE for details.
  */
@@ -14,7 +14,7 @@ import org.yaz4j.jni.yaz4jlib;
 public class CQLQuery extends Query {
 
   public CQLQuery(String cqlQuery) {
-    super();
+    super(cqlQuery);
     yaz4jlib.ZOOM_query_cql(query, cqlQuery);
   }