Made Javadoc review.

This commit is contained in:
Christian P. MOMON 2024-07-18 19:24:41 +02:00
parent f1074afe95
commit 633246dddd

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2020-2022 Christian Pierre MOMON <christian@momon.org> * Copyright (C) 2020-2024 Christian Pierre MOMON <christian@momon.org>
* *
* This file is part of StatoolInfos, simple service statistics tool. * This file is part of StatoolInfos, simple service statistics tool.
* *
@ -210,6 +210,11 @@ public class PathCounters extends HashMap<String, PathCounter>
return result; return result;
} }
/**
* Gets the now time marks.
*
* @return the now time marks
*/
public StringList getNowTimeMarks() public StringList getNowTimeMarks()
{ {
StringList result; StringList result;