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 2012/07/16 17:16:13 UTC

svn commit: r1362084 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/impl/DefaultFileSystemManager.java

Author: ggregory
Date: Mon Jul 16 15:16:13 2012
New Revision: 1362084

URL: http://svn.apache.org/viewvc?rev=1362084&view=rev
Log:
Javadoc fixes.

Modified:
    commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/impl/DefaultFileSystemManager.java

Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/impl/DefaultFileSystemManager.java
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/impl/DefaultFileSystemManager.java?rev=1362084&r1=1362083&r2=1362084&view=diff
==============================================================================
--- commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/impl/DefaultFileSystemManager.java (original)
+++ commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/impl/DefaultFileSystemManager.java Mon Jul 16 15:16:13 2012
@@ -479,7 +479,7 @@ public class DefaultFileSystemManager im
 
     /**
      * Initializes this manager.
-     * 
+     *
      * @throws FileSystemException if an error occurs during initialization.
      */
     public void init() throws FileSystemException
@@ -999,8 +999,11 @@ public class DefaultFileSystemManager im
     }
 
     /**
-     * Closes the given filesystem.<br />
+     * Closes the given file system.
+     * <p>
      * If you use VFS as singleton it is VERY dangerous to call this method
+     * </p>
+     * 
      * @param filesystem The FileSystem to close.
      */
     public void _closeFileSystem(FileSystem filesystem)