Skip to content

Commit

Permalink
unneeded comment
Browse files Browse the repository at this point in the history
Signed-off-by: Maxwell Brown <[email protected]>
  • Loading branch information
Galactus22625 committed Nov 1, 2024
1 parent 3c15223 commit 51c24c1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ private IssueBean createIssueBean(boolean nullFields, boolean createdNull) {
if (!nullFields) {
fieldMap.put(CREATED, "2024-07-06T21:12:23.437-0700");
fieldMap.put(UPDATED, "2024-07-06T21:12:23.106-0700");
// fieldMap.put(UPDATED, Instant.now());
} else {
fieldMap.put(CREATED, 0);
fieldMap.put(UPDATED, 0);
Expand Down

0 comments on commit 51c24c1

Please sign in to comment.