Made Javadoc review.

This commit is contained in:
Christian P. MOMON 2020-01-30 19:12:42 +01:00
parent e3be81e79d
commit 2ab42decdf
2 changed files with 2 additions and 6 deletions

View File

@ -38,13 +38,11 @@ public class AgirStatoolConfigFile extends Properties
private static final Logger logger = LoggerFactory.getLogger(AgirStatoolConfigFile.class);
private static final String TIME_PATTERN = "^\\d\\dh\\d\\d$";
/**
* Instantiates a new agir statool config file.
*
* @param source
* the source
* @param configurationFile
* the configuration file
* @throws AgirStatoolException
* the agir statool exception
*/

View File

@ -50,8 +50,6 @@ public class Issues extends ArrayList<Issue>
/**
* Compute stat.
*
* @param date
* the date
* @return the stat
*/
public Stat computeStat()