Author: lhazlewood
Date: Sat Apr 9 01:08:05 2011
New Revision: 1090502
URL: http://svn.apache.org/viewvc?rev=1090502&view=rev
Log:
SHIRO-73: minor JavaDoc addition
Modified:
shiro/trunk/core/src/main/java/org/apache/shiro/realm/AuthenticatingRealm.java
Modified:
shiro/trunk/core/src/main/java/org/apache/shiro/realm/AuthenticatingRealm.java
URL:
http://svn.apache.org/viewvc/shiro/trunk/core/src/main/java/org/apache/shiro/realm/AuthenticatingRealm.java?rev=1090502&r1=1090501&r2=1090502&view=diff
==============================================================================
---
shiro/trunk/core/src/main/java/org/apache/shiro/realm/AuthenticatingRealm.java
(original)
+++
shiro/trunk/core/src/main/java/org/apache/shiro/realm/AuthenticatingRealm.java
Sat Apr 9 01:08:05 2011
@@ -41,8 +41,8 @@ import java.util.concurrent.atomic.Atomi
* caching to alleviate constant load on any back-end data sources.
* <p/>
* This feature is disabled by default to retain backwards-compatibility with
Shiro 1.1 and earlier. It may be
- * enabled by setting {@link #setAuthenticationCachingEnabled(boolean)
authenticationCachingEnabled} = {@code true},
- * but <b>NOTE:</b>
+ * enabled by setting {@link #setAuthenticationCachingEnabled(boolean)
authenticationCachingEnabled} = {@code true}
+ * (and configuring Shiro with a {@link CacheManager} of course), but
<b>NOTE:</b>
* <p/>
* <b>ONLY enable authentication caching if either of the following is true
for your realm implementation:</b>
* <ul>