Author: britter
Date: Tue May 10 12:03:50 2016
New Revision: 1743160

URL: http://svn.apache.org/viewvc?rev=1743160&view=rev
Log:
Better formatting of JavaDoc

Modified:
    commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

Modified: 
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java
URL: 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java?rev=1743160&r1=1743159&r2=1743160&view=diff
==============================================================================
--- 
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java 
(original)
+++ 
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java 
Tue May 10 12:03:50 2016
@@ -1097,8 +1097,11 @@ public final class CSVFormat implements
     }
 
     /**
-     * Returns a new {@code CSVFormat} with the header of the format defined 
by the enum class:
+     * Returns a new {@code CSVFormat} with the header of the format defined 
by the enum class.
      *
+     * <p>
+     * Example:
+     * </p>
      * <pre>
      * public enum Header {
      *     Name, Email, Phone


Reply via email to