You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/05/23 14:09:47 UTC

svn commit: r947402 - /jakarta/bsf/branches/bsf3.x/bsf-api/src/main/java/javax/script/SimpleBindings.java

Author: sebb
Date: Sun May 23 12:09:47 2010
New Revision: 947402

URL: http://svn.apache.org/viewvc?rev=947402&view=rev
Log:
Javadoc fixes

Modified:
    jakarta/bsf/branches/bsf3.x/bsf-api/src/main/java/javax/script/SimpleBindings.java

Modified: jakarta/bsf/branches/bsf3.x/bsf-api/src/main/java/javax/script/SimpleBindings.java
URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/bsf-api/src/main/java/javax/script/SimpleBindings.java?rev=947402&r1=947401&r2=947402&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/bsf-api/src/main/java/javax/script/SimpleBindings.java (original)
+++ jakarta/bsf/branches/bsf3.x/bsf-api/src/main/java/javax/script/SimpleBindings.java Sun May 23 12:09:47 2010
@@ -96,10 +96,10 @@ public class SimpleBindings implements B
      *            object
      * @param value the object to be stored.
      * 
-     * @return the previous value for the mapping (may be <tt>null</tt>), or <tt>null</tt> if there was none.
+     * @return the previous value for the mapping or <tt>null</tt> if there was none.
      * 
      * @throws NullPointerException if the key is <tt>null</tt>
-     * @throws IllegalArgumentException if the key is empty
+     * @throws IllegalArgumentException if the key is the empty String
      */
     public Object put(String key, Object value) {      
         validateKey(key);



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org