Better formatting of JavaDoc

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743160 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2016-05-10 12:03:50 +00:00
parent 7310e5c61e
commit d2a7ecd41f
1 changed files with 4 additions and 1 deletions

View File

@ -1097,8 +1097,11 @@ public final class CSVFormat implements Serializable {
}
/**
* 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