You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/10/27 08:16:55 UTC

svn commit: r1189623 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/webdav/WebdavFileSystem.java

Author: ggregory
Date: Thu Oct 27 06:16:55 2011
New Revision: 1189623

URL: http://svn.apache.org/viewvc?rev=1189623&view=rev
Log:
Fix Javadoc bug.

Modified:
    commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/webdav/WebdavFileSystem.java

Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/webdav/WebdavFileSystem.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/webdav/WebdavFileSystem.java?rev=1189623&r1=1189622&r2=1189623&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/webdav/WebdavFileSystem.java (original)
+++ commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/provider/webdav/WebdavFileSystem.java Thu Oct 27 06:16:55 2011
@@ -51,7 +51,7 @@ public class WebdavFileSystem extends Ht
 
     /**
      * Returns the capabilities of this file system.
-     * @caps The Capabilities to add.
+     * @param caps The Capabilities to add.
      */
     @Override
     protected void addCapabilities(final Collection<Capability> caps)