Skip to content

Commit

Permalink
Changed: minor comment tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Aug 29, 2024
1 parent 3e0aae4 commit 30dd260
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ public JsonObjectBuilder json(boolean showRelevance, boolean showEntityIds, bool
} else if (this.entity.isInstanceofDataFile()) {
// "published_at" field is only set when the version state is not draft.
// This field also takes into account DataFiles in draft version,
// returning the creation date if the entity is not published, or the publication date otherwise.
// returning the creation date if the DataFile is not published, or the publication date otherwise.
nullSafeJsonBuilder.add("releaseOrCreateDate", getFormattedReleaseOrCreateDate());
}
}
Expand Down

0 comments on commit 30dd260

Please sign in to comment.