Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 882b8ab8 authored by Arun Sharma's avatar Arun Sharma
Browse files

No commit message

No commit message
parent 720940ad
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,8 @@ public class QueryMediator extends QueryProcessorImpl {
* @ return -- rewritten query, Current code just replaces all the prefix namespaces, if present, in the query by actual IRIs
* TODO: rewrite the mainQuery variable (which is currently returned) to a query based on the given alignment
*/
public String rewriteQuery(String aQuery, Alignment a) {
public String rewriteQuery(String aQuery, Alignment a) {
aQuery = aQuery.toLowerCase();
String mainQuery = "";
if(aQuery.contains("prefix")) {
String[] pref = aQuery.split("prefix");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment