Author: markphip
Date: Thu Apr 21 13:43:52 2011
New Revision: 1095705

URL: http://svn.apache.org/viewvc?rev=1095705&view=rev
Log:
Update JavaDoc

[ in subversion/bindings/javahl/ ]

* src/org/apache/subversion/javahl/ISVNClient.java
  Remove reference to SVNClientSynchronized
  (propertySet) - describe how to delete a property

Modified:
    
subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java

Modified: 
subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java?rev=1095705&r1=1095704&r2=1095705&view=diff
==============================================================================
--- 
subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java
 (original)
+++ 
subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java
 Thu Apr 21 13:43:52 2011
@@ -34,7 +34,7 @@ import java.util.Map;
 
 /**
  * This interface is the commom interface for all subversion
- * operations. It is implemented by SVNClient and SVNClientSynchronized
+ * operations. It is implemented by SVNClient
  */
 public interface ISVNClient
 {
@@ -668,7 +668,8 @@ public interface ISVNClient
      *
      * @param paths   paths of the items
      * @param name    name of the property
-     * @param value   new value of the property
+     * @param value   new value of the property. Set value to <code>
+     * null</code> to delete a property
      * @param depth   the depth to recurse into subdirectories
      * @param changelists changelists to filter by
      * @param force   do not check if the value is valid


Reply via email to