From 633246ddddf43887306f19f2ce609b563a600ede Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Thu, 18 Jul 2024 19:24:41 +0200 Subject: [PATCH] Made Javadoc review. --- src/fr/devinsy/statoolinfos/metrics/PathCounters.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/fr/devinsy/statoolinfos/metrics/PathCounters.java b/src/fr/devinsy/statoolinfos/metrics/PathCounters.java index d2d5d75..4948c9d 100644 --- a/src/fr/devinsy/statoolinfos/metrics/PathCounters.java +++ b/src/fr/devinsy/statoolinfos/metrics/PathCounters.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2020-2022 Christian Pierre MOMON + * Copyright (C) 2020-2024 Christian Pierre MOMON * * This file is part of StatoolInfos, simple service statistics tool. * @@ -210,6 +210,11 @@ public class PathCounters extends HashMap return result; } + /** + * Gets the now time marks. + * + * @return the now time marks + */ public StringList getNowTimeMarks() { StringList result;