Strabon
changeset 1195:a8ef6491cd0e
resolved merge issues
author | Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> |
---|---|
date | Mon Jul 08 16:50:49 2013 +0300 (2013-07-08) |
parents | 9fbbd9a8d724 |
children | 662bd232ac11 |
files | resultio-spatial/api/src/main/java/org/openrdf/query/resultio/stSPARQLQueryResultFormat.java |
line diff
1.1 --- a/resultio-spatial/api/src/main/java/org/openrdf/query/resultio/stSPARQLQueryResultFormat.java Mon Jul 08 16:49:39 2013 +0300 1.2 +++ b/resultio-spatial/api/src/main/java/org/openrdf/query/resultio/stSPARQLQueryResultFormat.java Mon Jul 08 16:50:49 2013 +0300 1.3 @@ -72,9 +72,7 @@ 1.4 public static final stSPARQLQueryResultFormat HTML = new stSPARQLQueryResultFormat("HTML", 1.5 Arrays.asList("text/html"), Charset.forName("UTF-8"), Arrays.asList("html", "htm")); 1.6 1.7 - public static final stSPARQLQueryResultFormat CHART = new stSPARQLQueryResultFormat("CHART", 1.8 - Arrays.asList("text/plain"), Charset.forName("UTF-8"), Arrays.asList("chart", "chart")); 1.9 - 1.10 + 1.11 /** 1.12 * CHART format (so that results can be displayed using google charts) 1.13 */