Strabon
changeset 106:34f36d90635b
Fiexed wrong return type
author | Kostis Kyzirakos <kkyzir@di.uoa.gr> |
---|---|
date | Wed Apr 11 13:13:20 2012 +0300 (2012-04-11) |
parents | a6f6ebee019c |
children | 78cd3684e455 |
files | runtime/src/main/java/eu/earthobservatory/runtime/generaldb/Strabon.java |
line diff
1.1 --- a/runtime/src/main/java/eu/earthobservatory/runtime/generaldb/Strabon.java Wed Apr 11 13:11:45 2012 +0300 1.2 +++ b/runtime/src/main/java/eu/earthobservatory/runtime/generaldb/Strabon.java Wed Apr 11 13:13:20 2012 +0300 1.3 @@ -149,7 +149,7 @@ 1.4 return query(queryString, "", this.getSailRepoConnection()); 1.5 } 1.6 1.7 - public ArrayList<String> query(String queryString, String resultsFormat) 1.8 + public Object query(String queryString, String resultsFormat) 1.9 throws MalformedQueryException { 1.10 return query (queryString, resultsFormat, this.getSailRepoConnection()); 1.11 }