apupier commented on code in PR #18430:
URL: https://github.com/apache/camel/pull/18430#discussion_r2160870668


##########
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.
+     *
+     * @param  age     age in millis
+     * @param  precise whether to be precise and include more details
+     * @return         ago in human-readable.

Review Comment:
   ago -> age



-- 
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

Reply via email to