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

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

MARMOTTA-105: 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/50848a8e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/50848a8e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/50848a8e

Branch: refs/heads/master
Commit: 50848a8e562657644a4e181dc53cee016d366670
Parents: 2713e40
Author: Jakob Frank <ja...@apache.org>
Authored: Wed Feb 27 15:31:04 2013 +0100
Committer: Jakob Frank <ja...@apache.org>
Committed: Wed Feb 27 15:33:09 2013 +0100

----------------------------------------------------------------------
 .../user/webservices/UserManagementWebService.java |    2 +-
 .../platform/user/webservices/UserWebService.java  |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/50848a8e/platform/marmotta-user/src/main/java/org/apache/marmotta/platform/user/webservices/UserManagementWebService.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-user/src/main/java/org/apache/marmotta/platform/user/webservices/UserManagementWebService.java b/platform/marmotta-user/src/main/java/org/apache/marmotta/platform/user/webservices/UserManagementWebService.java
index fbe04cd..19c6df3 100644
--- a/platform/marmotta-user/src/main/java/org/apache/marmotta/platform/user/webservices/UserManagementWebService.java
+++ b/platform/marmotta-user/src/main/java/org/apache/marmotta/platform/user/webservices/UserManagementWebService.java
@@ -264,7 +264,7 @@ public class UserManagementWebService {
      *
      * @param login the user to modify
      * @param formParams the user profile (foaf, without prefix) in
-     *            {@value at.newmedialab.sesame.commons.model.Namespaces#MIME_TYPE_FORM_URLENC}
+     *            {@value Namespaces#MIME_TYPE_FORM_URLENC}
      * @return {@link org.apache.marmotta.platform.user.webservices.UserWebService.AccountPoJo} after the update in JSON
      * @see UserWebService#post(MultivaluedMap)
      * @HTTP 404 if no such user exists.

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/50848a8e/platform/marmotta-user/src/main/java/org/apache/marmotta/platform/user/webservices/UserWebService.java
----------------------------------------------------------------------
diff --git a/platform/marmotta-user/src/main/java/org/apache/marmotta/platform/user/webservices/UserWebService.java b/platform/marmotta-user/src/main/java/org/apache/marmotta/platform/user/webservices/UserWebService.java
index 95ddcf6..0048257 100644
--- a/platform/marmotta-user/src/main/java/org/apache/marmotta/platform/user/webservices/UserWebService.java
+++ b/platform/marmotta-user/src/main/java/org/apache/marmotta/platform/user/webservices/UserWebService.java
@@ -135,8 +135,7 @@ public class UserWebService {
      * Post-Body should contain the property=value mapping (propterty without foaf-prefix) for the
      * profile.
      *
-     * @param formParams the user profile (foaf, without prefix) in
-     *            {@value at.newmedialab.sesame.commons.model.Namespaces#MIME_TYPE_FORM_URLENC}
+     * @param formParams the user profile (foaf, without prefix) in {@value Namespaces#MIME_TYPE_FORM_URLENC}
      * @return {@link AccountPoJo} after the update in JSON
      *
      * @HTTP 403 When the current user is <code>anonymous</code>.