Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Jan 13, 2025
1 parent 64babad commit 7f11407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* Displays the duration of the given run, or, if the run has completed, shows the total time it took to execute
* @implNote This will render Jelly, hence the fields return null
* @implNote This renders Jelly
*/
public class DurationDetail extends Detail {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/**
* Displays the start time of the given run
* @implNote This will render Jelly, hence the fields return null
* @implNote This renders Jelly
*/
public class TimestampDetail extends Detail {

Expand Down

0 comments on commit 7f11407

Please sign in to comment.