davsclaus commented on code in PR #18430: URL: https://github.com/apache/camel/pull/18430#discussion_r2160899729
########## core/camel-util/src/main/java/org/apache/camel/util/TimeUtils.java: ########## @@ -56,6 +68,17 @@ public static String printAge(long age) { return printDuration(age, false); } + /** + * Prints the ago in a human-readable format as 9s, 27m44s, 3h12m, 3d8h, as seen on Kubernetes etc. Review Comment: thanks fixing this -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org