From 3c393fedbdee92fe55d3c2ffa801132a91a0882e Mon Sep 17 00:00:00 2001 From: a4ff7810 <7418569+a4ff7810@users.noreply.github.com> Date: Fri, 3 Apr 2020 23:04:20 +0200 Subject: [PATCH] Removed invalid Javadoc markup for CSVFormat EXCEL (#64) Removed `@link`s in `@code` blocks for `CSVFormat EXCEL` Javadoc. Cf. https://javadoc.io/doc/org.apache.commons/commons-csv/1.8/org/apache/commons/csv/CSVFormat.html#EXCEL (or https://javadoc.io/doc/org.apache.commons/commons-csv/1.7/org/apache/commons/csv/CSVFormat.html#EXCEL) for render of currently broken version, for example. --- src/main/java/org/apache/commons/csv/CSVFormat.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java b/src/main/java/org/apache/commons/csv/CSVFormat.java index 6e9f4fb5..0e068c1d 100644 --- a/src/main/java/org/apache/commons/csv/CSVFormat.java +++ b/src/main/java/org/apache/commons/csv/CSVFormat.java @@ -284,12 +284,12 @@ public final class CSVFormat implements Serializable { * Settings are: *

* *

* Note: This is currently like {@link #RFC4180} plus {@link #withAllowMissingColumnNames(boolean)