-
-
Notifications
You must be signed in to change notification settings - Fork 151
Closed
Description
Unless I'm mistaken,
jackson-dataformats-text/csv/src/main/java/com/fasterxml/jackson/dataformat/csv/CsvSchema.java
Line 890 in de19091
protected int _features = DEFAULT_ENCODING_FEATURES; |
final
as well.
If CsvSchema is immutable and/or thread-safe, it would be helpful for the documentation to state as much. You could also convert _features
to a final
field which would make this more clear on an implementation-level. Instead of setting _features
multiple times, you could move this logic into the constructors and only assign it once.
Metadata
Metadata
Assignees
Labels
No labels