Skip to content

Commit

Permalink
Return proper type from toml getFormatWriteFeatureType
Browse files Browse the repository at this point in the history
  • Loading branch information
yawkat committed Apr 10, 2021
1 parent 6527693 commit 6d88ec2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public Class<? extends FormatFeature> getFormatReadFeatureType() {

@Override
public Class<? extends FormatFeature> getFormatWriteFeatureType() {
return null;
return TomlWriteFeature.class;
}

@Override
Expand Down

0 comments on commit 6d88ec2

Please sign in to comment.