Skip to content

Commit

Permalink
Added a javadoc comment to the TimeAgo class
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Feb 29, 2024
1 parent 5c668da commit deb74d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import com.google.common.collect.BiMap;
import com.google.common.collect.HashBiMap;


/** Utility class to parse durations such as 1h5m (1 hour and 5 minutes) */
public class TimeAgo {

public static final List<Long> times = Arrays.asList(
Expand Down

0 comments on commit deb74d6

Please sign in to comment.