Skip to content

Commit d2a7ecd

Browse files
committed
Better formatting of JavaDoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743160 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7310e5c commit d2a7ecd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,8 +1097,11 @@ public CSVFormat withFirstRecordAsHeader() {
10971097
}
10981098

10991099
/**
1100-
* Returns a new {@code CSVFormat} with the header of the format defined by the enum class:
1100+
* Returns a new {@code CSVFormat} with the header of the format defined by the enum class.
11011101
*
1102+
* <p>
1103+
* Example:
1104+
* </p>
11021105
* <pre>
11031106
* public enum Header {
11041107
* Name, Email, Phone

0 commit comments

Comments
 (0)