Skip to content

Commit

Permalink
Add back all missing indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpalladino committed Jan 30, 2024
1 parent 8b8bb5d commit 68ac052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/tech/tablesaw/io/TypeUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public final class TypeUtils {
// No default missing indicators
// TODO: Allow this to be configurable?
public static final ImmutableList<String> MISSING_INDICATORS =
ImmutableList.of(missingInd1, missingInd2, missingInd4, missingInd5);
ImmutableList.of(missingInd1, missingInd2, missingInd3, missingInd4, missingInd5);

/** Private constructor to prevent instantiation */
private TypeUtils() {}
Expand Down

0 comments on commit 68ac052

Please sign in to comment.