You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/09/09 12:32:52 UTC

git commit: fixed implementation related with MARMOTTA-249

Updated Branches:
  refs/heads/develop 41ae20b2e -> 0ce9cf993


fixed implementation related with MARMOTTA-249


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

Branch: refs/heads/develop
Commit: 0ce9cf993588903cbd43a7040718e1c7203625f0
Parents: 41ae20b
Author: Sergio Fernández <wi...@apache.org>
Authored: Mon Sep 9 12:32:43 2013 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Mon Sep 9 12:32:43 2013 +0200

----------------------------------------------------------------------
 .../platform/ldpath/webservices/LDPathUtilWebService.java     | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/0ce9cf99/platform/marmotta-ldpath/src/main/java/org/apache/marmotta/platform/ldpath/webservices/LDPathUtilWebService.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-ldpath/src/main/java/org/apache/marmotta/platform/ldpath/webservices/LDPathUtilWebService.java b/platform/marmotta-ldpath/src/main/java/org/apache/marmotta/platform/ldpath/webservices/LDPathUtilWebService.java
index 470745b..5f01e13 100644
--- a/platform/marmotta-ldpath/src/main/java/org/apache/marmotta/platform/ldpath/webservices/LDPathUtilWebService.java
+++ b/platform/marmotta-ldpath/src/main/java/org/apache/marmotta/platform/ldpath/webservices/LDPathUtilWebService.java
@@ -25,8 +25,10 @@ import static org.apache.marmotta.commons.sesame.repository.ResultUtils.iterable
 import org.apache.marmotta.platform.ldpath.api.LDPathService;
 import org.apache.marmotta.commons.sesame.model.Namespaces;
 import org.apache.marmotta.commons.sesame.repository.ResourceUtils;
+
 import com.google.common.collect.BiMap;
 import com.google.common.collect.HashBiMap;
+
 import org.apache.marmotta.platform.core.api.prefix.PrefixService;
 import org.apache.marmotta.platform.core.api.triplestore.SesameService;
 import org.apache.marmotta.platform.core.services.prefix.PrefixCC;
@@ -370,6 +372,11 @@ public class LDPathUtilWebService {
         public void forceAdd(String prefix, String namespace) {
             // nop;
         }
+        
+		@Override
+		public boolean remove(String prefix) {
+			return false; // nop;
+		}
 
         @Override
         public String serializePrefixMapping() {