Author: lhazlewood
Date: Mon Dec 12 21:53:02 2011
New Revision: 1213455
URL: http://svn.apache.org/viewvc?rev=1213455&view=rev
Log:
Minor JavaDoc fix
Modified:
shiro/trunk/core/src/main/java/org/apache/shiro/env/NamedObjectEnvironment.java
Modified:
shiro/trunk/core/src/main/java/org/apache/shiro/env/NamedObjectEnvironment.java
URL:
http://svn.apache.org/viewvc/shiro/trunk/core/src/main/java/org/apache/shiro/env/NamedObjectEnvironment.java?rev=1213455&r1=1213454&r2=1213455&view=diff
==============================================================================
---
shiro/trunk/core/src/main/java/org/apache/shiro/env/NamedObjectEnvironment.java
(original)
+++
shiro/trunk/core/src/main/java/org/apache/shiro/env/NamedObjectEnvironment.java
Mon Dec 12 21:53:02 2011
@@ -12,7 +12,7 @@ public interface NamedObjectEnvironment
* no object with that name was found.
*
* @param name the assigned name of the object.
- * @param requiredType the class that the discovered object should be. If
the object is not the specified type, a
+ * @param requiredType the class to which the discovered object must be
assignable.
* @param <T> the type of the class
* @throws RequiredTypeException if the discovered object does not equal,
extend, or implement the specified class.
* @return the object in Shiro's environment with the specified name (of
the specified type) or {@code null} if