Hello Gary,

I dont think we should do that, javadoc expects html not xhtml tags. Or has 
this changed (in our tooling)?

https://stackoverflow.com/questions/5260368/which-tag-should-be-used-as-paragraph-separator-in-javadoc

And probably if you want to changes it Needs way more changes all over the 
codebase.

Gruss
Bernd
-- 
http://bernd.eckenfels.net

Von: ggreg...@apache.org
Gesendet: Freitag, 25. Januar 2019 16:26
An: comm...@commons.apache.org
Betreff: svn commit: r1852141 
-/commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemOptions.java

Author: ggregory
Date: Fri Jan 25 15:26:16 2019
New Revision: 1852141

URL: http://svn.apache.org/viewvc?rev=1852141&view=rev
Log: (empty)

Modified:
    
commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemOptions.java

Modified: 
commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemOptions.java
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemOptions.java?rev=1852141&r1=1852140&r2=1852141&view=diff
==============================================================================
--- 
commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemOptions.java
 (original)
+++ 
commons/proper/vfs/trunk/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileSystemOptions.java
 Fri Jan 25 15:26:16 2019
@@ -27,9 +27,11 @@ import java.util.TreeMap;
  * <p>
  * To configure a file system, you set properties on a {@link 
FileSystemOptions} object. Most file systems provide a
  * {@link FileSystemConfigBuilder} with specific options for that file system.
+ * </p>
  * <p>
  * To use the options, pass them to {@link 
FileSystemManager#resolveFile(String,FileSystemOptions)}. From there, the
  * options apply to all files that are resolved relative to that file.
+ * </p>
  *
  * @see org.apache.commons.vfs2.impl.DefaultFileSystemConfigBuilder
  * @see org.apache.commons.vfs2.provider.ftp.FtpFileSystemConfigBuilder



Reply via email to