Skip to content

Commit

Permalink
Merge 9650521 into 6a26e63
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Mar 12, 2024
2 parents 6a26e63 + 9650521 commit f539869
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -657,7 +657,7 @@ public static JsonObjectBuilder json(FileMetadata fmd){
}

public static JsonObjectBuilder json(FileMetadata fmd, boolean returnOwners, boolean printDatasetVersion) {
JsonObjectBuilder builder = jsonObjectBuilder();
NullSafeJsonBuilder builder = jsonObjectBuilder();

// deprecated: .add("category", fmd.getCategory())
// TODO: uh, figure out what to do here... it's deprecated
Expand Down

0 comments on commit f539869

Please sign in to comment.