File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/csv Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1105,7 +1105,7 @@ public CSVFormat getFormat() {
11051105 * </ul>
11061106 *
11071107 * @see Predefined#MySQL
1108- * @see <a href="http ://dev.mysql.com/doc/refman/5.1/en/load-data.html"> http ://dev.mysql.com/doc/refman/5.1/en/load
1108+ * @see <a href="https ://dev.mysql.com/doc/refman/5.1/en/load-data.html"> https ://dev.mysql.com/doc/refman/5.1/en/load
11091109 * -data.html</a>
11101110 */
11111111 // @formatter:off
@@ -1237,7 +1237,7 @@ public CSVFormat getFormat() {
12371237 // @formatter:off
12381238
12391239 /**
1240- * Comma separated format as defined by <a href="http ://tools.ietf.org/html/rfc4180">RFC 4180</a>.
1240+ * Comma separated format as defined by <a href="https ://tools.ietf.org/html/rfc4180">RFC 4180</a>.
12411241 *
12421242 * <p>
12431243 * The {@link Builder} settings are:
Original file line number Diff line number Diff line change 9292 *
9393 * <p>
9494 * This will read the parse the contents of the file using the
95- * <a href="http ://tools.ietf.org/html/rfc4180" target="_blank">RFC 4180</a> format.
95+ * <a href="https ://tools.ietf.org/html/rfc4180" target="_blank">RFC 4180</a> format.
9696 * </p>
9797 *
9898 * <p>
Original file line number Diff line number Diff line change 2121 * <p>CSV are widely used as interfaces to legacy systems or manual data imports.
2222 * CSV stands for "Comma Separated Values" (or sometimes "Character Separated
2323 * Values"). The CSV data format is defined in
24- * <a href="http ://tools.ietf.org/html/rfc4180" target="_blank">RFC 4180</a>
24+ * <a href="https ://tools.ietf.org/html/rfc4180" target="_blank">RFC 4180</a>
2525 * but many dialects exist.</p>
2626 *
2727 * <p>Common to all file dialects is its basic structure: The CSV data-format
You can’t perform that action at this time.
0 commit comments