You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by st...@apache.org on 2005/08/17 11:07:25 UTC

svn commit: r233137 - /incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/RepositoryImpl.java

Author: stefan
Date: Wed Aug 17 02:07:19 2005
New Revision: 233137

URL: http://svn.apache.org/viewcvs?rev=233137&view=rev
Log:
JCR-73: some javadoc improvements

Modified:
    incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/RepositoryImpl.java

Modified: incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/RepositoryImpl.java
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/RepositoryImpl.java?rev=233137&r1=233136&r2=233137&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/RepositoryImpl.java (original)
+++ incubator/jackrabbit/trunk/core/src/java/org/apache/jackrabbit/core/RepositoryImpl.java Wed Aug 17 02:07:19 2005
@@ -944,7 +944,9 @@
      * user authenticated by the <code>loginContext</code> instance attached
      * to the workspace configured by the <code>wspConfig</code>.
      *
-     * @throws AccessDeniedException when ??
+     * @throws AccessDeniedException if the subject of the given login context
+     *                               is not granted access to the specified
+     *                               workspace
      * @throws RepositoryException   If any other error occurrs creating the
      *                               session.
      */
@@ -960,7 +962,9 @@
      * user represented by the <code>subject</code> instance attached
      * to the workspace configured by the <code>wspConfig</code>.
      *
-     * @throws AccessDeniedException when ??
+     * @throws AccessDeniedException if the subject of the given login context
+     *                               is not granted access to the specified
+     *                               workspace
      * @throws RepositoryException   If any other error occurrs creating the
      *                               session.
      */