Repository: marmotta Updated Branches: refs/heads/develop 47ed3b633 -> e0e5145de
fix typo Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/e0e5145d Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/e0e5145d Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/e0e5145d Branch: refs/heads/develop Commit: e0e5145dee0a85532a7c64e360c2ad285c6de254 Parents: 47ed3b6 Author: Sebastian Schaffert <[email protected]> Authored: Sat Dec 12 18:33:34 2015 +0100 Committer: Sebastian Schaffert <[email protected]> Committed: Sat Dec 12 18:33:34 2015 +0100 ---------------------------------------------------------------------- .../src/main/resources/config-descriptions.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/e0e5145d/platform/backends/marmotta-backend-ostrich/src/main/resources/config-descriptions.properties ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-ostrich/src/main/resources/config-descriptions.properties b/platform/backends/marmotta-backend-ostrich/src/main/resources/config-descriptions.properties index 6fbab48..d23a7db 100644 --- a/platform/backends/marmotta-backend-ostrich/src/main/resources/config-descriptions.properties +++ b/platform/backends/marmotta-backend-ostrich/src/main/resources/config-descriptions.properties @@ -27,5 +27,5 @@ ostrich.port.type = java.lang.Integer ostrich.sparql.native.description = Use faster native SPARQL support where possible instead of \ interpreted client side support. -ostrich.sparql.native.type = java.lang.Booleanr +ostrich.sparql.native.type = java.lang.Boolean
