Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.

Commit 82e1a57

Browse files
committed
and one more naming change wrt #97: assume "strict headers" is the way to go
1 parent 6b1247d commit 82e1a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/dataformat/csv/CsvSchema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ public CsvSchema withColumnReordering(boolean state) {
826826
* the strict headers feature.
827827
* @since 2.7
828828
*/
829-
public CsvSchema withStrictColumns(boolean state) {
829+
public CsvSchema withStrictHeaders(boolean state) {
830830
return _withFeature(ENCODING_FEATURE_STRICT_HEADERS, state);
831831
}
832832

0 commit comments

Comments
 (0)