You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by lu...@apache.org on 2004/07/13 10:45:09 UTC

cvs commit: jakarta-slide/webdavclient/clientlib/src/java/org/apache/webdav/lib/methods UnlockMethod.java

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 {@ink #setTransactionStatus}.
  +     * Gets the parameter described in {@link #setTransactionStatus(int)}.
        * 
  -     * @return either {@ink UnlockMethod#COMMIT_TRANSACTION} or {@ink UnlockMethod#ABORT_TRANSACTION} as the real
  -     * transaction status or {@ink UnlockMethod#NO_TRANSACTION} to indicate this method is not used for
  +     * @return either {@link UnlockMethod#COMMIT_TRANSACTION} or {@link UnlockMethod#ABORT_TRANSACTION} as the real
  +     * transaction status or {@link 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 {@ink UnlockMethod#COMMIT_TRANSACTION} to set the status to successful commit or
  -     * {@ink UnlockMethod#ABORT_TRANSACTION} to let the transaction abort discarding all changes associated to it. 
  +     * @param transactionStatus {@link UnlockMethod#COMMIT_TRANSACTION} to set the status to successful commit or
  +     * {@link UnlockMethod#ABORT_TRANSACTION} to let the transaction abort discarding all changes associated to it. 
        * 
        */
       public void setTransactionStatus(int transactionStatus) {
  
  
  

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