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 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
|
||||
*/
|
||||
|
|
|
@ -50,8 +50,6 @@ public class Issues extends ArrayList<Issue>
|
|||
/**
|
||||
* Compute stat.
|
||||
*
|
||||
* @param date
|
||||
* the date
|
||||
* @return the stat
|
||||
*/
|
||||
public Stat computeStat()
|
||||
|
|
Loading…
Reference in a new issue