You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by eh...@apache.org on 2003/11/12 22:41:23 UTC

cvs commit: jakarta-tapestry/framework/src/org/apache/tapestry/util MultiKey.java

ehatcher    2003/11/12 13:41:23

  Modified:    framework/src/org/apache/tapestry/util MultiKey.java
  Log:
  fix doc of exception type thrown
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-tapestry/framework/src/org/apache/tapestry/util/MultiKey.java
  
  Index: MultiKey.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/util/MultiKey.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MultiKey.java	28 May 2003 13:41:43 -0000	1.2
  +++ MultiKey.java	12 Nov 2003 21:41:23 -0000	1.3
  @@ -105,7 +105,7 @@
        *  @param makeCopy If true, a copy of the keys is created.  If false,
        *  the keys are simple retained by the <code>MultiKey</code>.
        *
  -     *  @throws InvalidArgumentException if keys is null, of if the
  +     *  @throws IllegalArgumentException if keys is null, of if the
        *  first element of keys is null.
        *
        **/
  
  
  

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