瀏覽代碼

Missed a DOCUMENT ME! spot...

Ray Krueger 21 年之前
父節點
當前提交
41310f26a6
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      core/src/main/java/org/acegisecurity/providers/jaas/JaasAuthenticationProvider.java

+ 2 - 1
core/src/main/java/org/acegisecurity/providers/jaas/JaasAuthenticationProvider.java

@@ -209,7 +209,8 @@ public class JaasAuthenticationProvider implements AuthenticationProvider,
     }
 
     /**
-     * DOCUMENT ME!
+     * Returns the current JaasAuthenticationCallbackHandler array, or null if
+     * none are set.
      *
      * @return the JAASAuthenticationCallbackHandlers.
      *