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 2014/01/17 11:32:35 UTC

[3/9] git commit: undo

undo


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

Branch: refs/heads/develop
Commit: 83de68f0110047cc8d206374ce837568308e62d5
Parents: d67a2bf
Author: Sergio Fernández <wi...@apache.org>
Authored: Fri Jan 17 10:19:52 2014 +0100
Committer: Sergio Fernández <wi...@apache.org>
Committed: Fri Jan 17 10:19:52 2014 +0100

----------------------------------------------------------------------
 .../org/apache/marmotta/ldclient/services/ldclient/LDClient.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/83de68f0/libraries/ldclient/ldclient-core/src/main/java/org/apache/marmotta/ldclient/services/ldclient/LDClient.java
----------------------------------------------------------------------
diff --git a/libraries/ldclient/ldclient-core/src/main/java/org/apache/marmotta/ldclient/services/ldclient/LDClient.java b/libraries/ldclient/ldclient-core/src/main/java/org/apache/marmotta/ldclient/services/ldclient/LDClient.java
index 0f42337..46ec531 100644
--- a/libraries/ldclient/ldclient-core/src/main/java/org/apache/marmotta/ldclient/services/ldclient/LDClient.java
+++ b/libraries/ldclient/ldclient-core/src/main/java/org/apache/marmotta/ldclient/services/ldclient/LDClient.java
@@ -219,7 +219,7 @@ public final class LDClient implements LDClientService {
                         log.error("no service provider for type {}",endpoint.getType());
                     }
                 } else {
-                    // TODO: the fallback should at least be a Linked Data handler, so maybe we should merge the ldclient-provider-freebase?
+                    // TODO: the fallback should at least be a Linked Data handler, so maybe we should merge the ldclient-provider-rdf?
                     // TODO: determine service provider from connection handshaking / MIME type
                     throw new UnsupportedOperationException("not implemented: determine service provider from connection handshaking / MIME type");
                 }