You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2013/02/27 15:37:25 UTC

[3/3] git commit: MARMOTTA-102: fixed javadoc references to at.newmedialab

Updated Branches:
  refs/heads/master 75065e53a -> 723bdf3d1


MARMOTTA-102: fixed javadoc references to at.newmedialab

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

Branch: refs/heads/master
Commit: 723bdf3d13149ff3e8a018ed07d377099f042f34
Parents: 50848a8
Author: Jakob Frank <ja...@apache.org>
Authored: Wed Feb 27 15:36:31 2013 +0100
Committer: Jakob Frank <ja...@apache.org>
Committed: Wed Feb 27 15:36:31 2013 +0100

----------------------------------------------------------------------
 .../marmotta/kiwi/caching/KiWiCacheManager.java    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/723bdf3d/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/caching/KiWiCacheManager.java
----------------------------------------------------------------------
diff --git a/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/caching/KiWiCacheManager.java b/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/caching/KiWiCacheManager.java
index 138954b..3ad4451 100644
--- a/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/caching/KiWiCacheManager.java
+++ b/libraries/kiwi/kiwi-triplestore/src/main/java/org/apache/marmotta/kiwi/caching/KiWiCacheManager.java
@@ -84,7 +84,7 @@ public class KiWiCacheManager {
      * Return the literal cache key -> KiWiLiteral cache from the cache manager. This cache is used when constructing new
      * KiWiLiterals to avoid a database lookup.
      *
-     * @see at.newmedialab.sesame.commons.model.LiteralCommons#createCacheKey(String, java.util.Locale, String)
+     * @see org.apache.marmotta.commons.sesame.model.LiteralCommons#createCacheKey(String, java.util.Locale, String)
      * @return
      */
     public Cache getLiteralCache() {