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:
parent
7310e5c61e
commit
d2a7ecd41f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue