You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by hu...@apache.org on 2003/09/17 17:16:08 UTC

cvs commit: jakarta-commons-sandbox/chain/src/java/org/apache/commons/chain Context.java

husted      2003/09/17 08:16:08

  Modified:    chain/src/java/org/apache/commons/chain Context.java
  Log:
  JavaDoc update.
  
  Revision  Changes    Path
  1.2       +6 -4      jakarta-commons-sandbox/chain/src/java/org/apache/commons/chain/Context.java
  
  Index: Context.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/chain/src/java/org/apache/commons/chain/Context.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Context.java	11 Aug 2003 04:44:16 -0000	1.1
  +++ Context.java	17 Sep 2003 15:16:08 -0000	1.2
  @@ -138,6 +138,8 @@
        * of key-value pairs that maintain the state information associated
        * with the processing of the transaction that is represented by
        * this {@link Context} instance.</p>
  +     *
  +     * @return The state information for this context as a Map
        */
       public Map getAttributes();