Made Javadoc review.
This commit is contained in:
parent
e3be81e79d
commit
2ab42decdf
2 changed files with 2 additions and 6 deletions
|
@ -38,13 +38,11 @@ public class AgirStatoolConfigFile extends Properties
|
||||||
|
|
||||||
private static final Logger logger = LoggerFactory.getLogger(AgirStatoolConfigFile.class);
|
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.
|
* Instantiates a new agir statool config file.
|
||||||
*
|
*
|
||||||
* @param source
|
* @param configurationFile
|
||||||
* the source
|
* the configuration file
|
||||||
* @throws AgirStatoolException
|
* @throws AgirStatoolException
|
||||||
* the agir statool exception
|
* the agir statool exception
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -50,8 +50,6 @@ public class Issues extends ArrayList<Issue>
|
||||||
/**
|
/**
|
||||||
* Compute stat.
|
* Compute stat.
|
||||||
*
|
*
|
||||||
* @param date
|
|
||||||
* the date
|
|
||||||
* @return the stat
|
* @return the stat
|
||||||
*/
|
*/
|
||||||
public Stat computeStat()
|
public Stat computeStat()
|
||||||
|
|
Loading…
Reference in a new issue