Made Javadoc review.
This commit is contained in:
parent
f1074afe95
commit
633246dddd
1 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
@ -210,6 +210,11 @@ public class PathCounters extends HashMap<String, PathCounter>
|
|||
return result;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the now time marks.
|
||||
*
|
||||
* @return the now time marks
|
||||
*/
|
||||
public StringList getNowTimeMarks()
|
||||
{
|
||||
StringList result;
|
||||
|
|
Loading…
Reference in a new issue