You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by an...@apache.org on 2014/02/27 11:00:19 UTC

svn commit: r1572490 - /jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/ContentRepository.java

Author: angela
Date: Thu Feb 27 10:00:18 2014
New Revision: 1572490

URL: http://svn.apache.org/r1572490
Log:
minor improvement (resolving TODOs)

Modified:
    jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/ContentRepository.java

Modified: jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/ContentRepository.java
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/ContentRepository.java?rev=1572490&r1=1572489&r2=1572490&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/ContentRepository.java (original)
+++ jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/api/ContentRepository.java Thu Feb 27 10:00:18 2014
@@ -55,10 +55,6 @@ public interface ContentRepository {
      * the documentation of relevant login modules for the kind of access
      * credentials they expect.
      * <p/>
-     * TODO: Instead of the explicit access credentials, should this method
-     * rather take the arguments to be passed to the relevant
-     * JAAS {@link javax.security.auth.login.LoginContext} constructor?
-     * <p/>
      * The client must explicitly {@link ContentSession#close()} the
      * returned session once it is no longer used. The recommended access
      * pattern is: