luetzkendorf    2004/07/13 01:45:09

  Modified:    webdavclient/clientlib/src/java/org/apache/webdav/lib/methods
                        UnlockMethod.java
  Log:
  fixed javadoc
  
  Revision  Changes    Path
  1.5       +8 -8      
jakarta-slide/webdavclient/clientlib/src/java/org/apache/webdav/lib/methods/UnlockMethod.java
  
  Index: UnlockMethod.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/webdavclient/clientlib/src/java/org/apache/webdav/lib/methods/UnlockMethod.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- UnlockMethod.java 5 Jul 2004 15:23:55 -0000       1.4
  +++ UnlockMethod.java 13 Jul 2004 08:45:09 -0000      1.5
  @@ -106,10 +106,10 @@
       }
   
       /**
  -     * Gets the parameter described in [EMAIL PROTECTED] #setTransactionStatus}.
  +     * Gets the parameter described in [EMAIL PROTECTED] 
#setTransactionStatus(int)}.
        * 
  -     * @return either [EMAIL PROTECTED] UnlockMethod#COMMIT_TRANSACTION} or [EMAIL 
PROTECTED] UnlockMethod#ABORT_TRANSACTION} as the real
  -     * transaction status or [EMAIL PROTECTED] UnlockMethod#NO_TRANSACTION} to 
indicate this method is not used for
  +     * @return either [EMAIL PROTECTED] UnlockMethod#COMMIT_TRANSACTION} or [EMAIL 
PROTECTED] UnlockMethod#ABORT_TRANSACTION} as the real
  +     * transaction status or [EMAIL PROTECTED] UnlockMethod#NO_TRANSACTION} to 
indicate this method is not used for
        * transaction control 
        */
       public int getTransactionStatus() {
  @@ -120,8 +120,8 @@
        * Sets the transaction status of this method when it is used to end a 
externally controlled
        * transaction.
        * 
  -     * @param transactionStatus [EMAIL PROTECTED] UnlockMethod#COMMIT_TRANSACTION} 
to set the status to successful commit or
  -     * [EMAIL PROTECTED] UnlockMethod#ABORT_TRANSACTION} to let the transaction 
abort discarding all changes associated to it. 
  +     * @param transactionStatus [EMAIL PROTECTED] UnlockMethod#COMMIT_TRANSACTION} 
to set the status to successful commit or
  +     * [EMAIL PROTECTED] UnlockMethod#ABORT_TRANSACTION} to let the transaction 
abort discarding all changes associated to it. 
        * 
        */
       public void setTransactionStatus(int transactionStatus) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to