You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ss...@apache.org on 2014/03/17 15:48:47 UTC

git commit: fix typo in configuration

Repository: marmotta
Updated Branches:
  refs/heads/develop 1d1e2922d -> 3f8165cd9


fix typo in configuration


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/3f8165cd
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/3f8165cd
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/3f8165cd

Branch: refs/heads/develop
Commit: 3f8165cd9328bfac0dcfe8ed3bf03114abe5df67
Parents: 1d1e292
Author: Sebastian Schaffert <ss...@apache.org>
Authored: Mon Mar 17 15:48:44 2014 +0100
Committer: Sebastian Schaffert <ss...@apache.org>
Committed: Mon Mar 17 15:48:44 2014 +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/3f8165cd/platform/backends/marmotta-backend-kiwi/src/main/resources/config-descriptions.properties
----------------------------------------------------------------------
diff --git a/platform/backends/marmotta-backend-kiwi/src/main/resources/config-descriptions.properties b/platform/backends/marmotta-backend-kiwi/src/main/resources/config-descriptions.properties
index 2bcc248..8fb658b 100644
--- a/platform/backends/marmotta-backend-kiwi/src/main/resources/config-descriptions.properties
+++ b/platform/backends/marmotta-backend-kiwi/src/main/resources/config-descriptions.properties
@@ -88,5 +88,5 @@ clustering.port.description = Set the port used for sending UDP multicast packag
 clustering.port.type = java.lang.Integer(1|1024|65535)
 
 clustering.backend.description = Caching backend used by KiWi (either Guava\, Infinispan Cluster\, Infinispan Hotrod\, Hazelcast or EHCache)
-clustering.backend.type = java.lang.Enum("GUAVA"|"INFINISPAN_CLUSTER"|"INFINISPAN_HOTROD"|"HAZELCAST"|"EHCACHE")
+clustering.backend.type = java.lang.Enum("GUAVA"|"INFINISPAN_CLUSTERED"|"INFINISPAN_HOTROD"|"HAZELCAST"|"EHCACHE")