diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java b/src/main/java/org/apache/commons/csv/CSVFormat.java index 8628bf8b..8c9b6e68 100644 --- a/src/main/java/org/apache/commons/csv/CSVFormat.java +++ b/src/main/java/org/apache/commons/csv/CSVFormat.java @@ -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. * + *
+ * Example: + *
** public enum Header { * Name, Email, Phone