Fixed Javadoc.
This commit is contained in:
parent
6285cb84e9
commit
4934648583
6 changed files with 32 additions and 31 deletions
|
@ -218,8 +218,6 @@ public class Service extends PathPropertyList
|
|||
*
|
||||
* @param path
|
||||
* the path
|
||||
* @param year
|
||||
* the year
|
||||
* @return the metric
|
||||
*/
|
||||
public Metric getMetric(final String path)
|
||||
|
@ -304,6 +302,11 @@ public class Service extends PathPropertyList
|
|||
return this.organization;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the property file name.
|
||||
*
|
||||
* @return the property file name
|
||||
*/
|
||||
public String getPropertyFileName()
|
||||
{
|
||||
String result;
|
||||
|
|
|
@ -30,7 +30,7 @@ import fr.devinsy.xidyn.data.TagDataManager;
|
|||
import fr.devinsy.xidyn.presenters.PresenterUtils;
|
||||
|
||||
/**
|
||||
* The Class OrganizationPage.
|
||||
* The Class PropertyFileCheckPage.
|
||||
*/
|
||||
public class PropertyFileCheckPage
|
||||
{
|
||||
|
@ -39,14 +39,10 @@ public class PropertyFileCheckPage
|
|||
/**
|
||||
* Builds the.
|
||||
*
|
||||
* @param stats
|
||||
* the stats
|
||||
* @param federationStats
|
||||
* the federation stats
|
||||
* @param organizationsStats
|
||||
* the organizations stats
|
||||
* @param servicesStats
|
||||
* the services stats
|
||||
* @param title
|
||||
* the title
|
||||
* @param checks
|
||||
* the checks
|
||||
* @return the string
|
||||
* @throws StatoolInfosException
|
||||
* the statool infos exception
|
||||
|
|
|
@ -31,7 +31,7 @@ import fr.devinsy.xidyn.data.TagDataManager;
|
|||
import fr.devinsy.xidyn.presenters.PresenterUtils;
|
||||
|
||||
/**
|
||||
* The Class OrganizationPage.
|
||||
* The Class PropertyStatsPage.
|
||||
*/
|
||||
public class PropertyStatsPage
|
||||
{
|
||||
|
@ -40,14 +40,10 @@ public class PropertyStatsPage
|
|||
/**
|
||||
* Builds the.
|
||||
*
|
||||
* @param title
|
||||
* the title
|
||||
* @param stats
|
||||
* the stats
|
||||
* @param federationStats
|
||||
* the federation stats
|
||||
* @param organizationsStats
|
||||
* the organizations stats
|
||||
* @param servicesStats
|
||||
* the services stats
|
||||
* @return the string
|
||||
* @throws StatoolInfosException
|
||||
* the statool infos exception
|
||||
|
|
|
@ -31,7 +31,7 @@ import fr.devinsy.xidyn.data.TagDataManager;
|
|||
import fr.devinsy.xidyn.presenters.PresenterUtils;
|
||||
|
||||
/**
|
||||
* The Class SocialNetworks.
|
||||
* The Class SocialNetworksPage.
|
||||
*/
|
||||
public class SocialNetworksPage
|
||||
{
|
||||
|
@ -40,8 +40,10 @@ public class SocialNetworksPage
|
|||
/**
|
||||
* Builds the.
|
||||
*
|
||||
* @param federation
|
||||
* the federation
|
||||
* @param title
|
||||
* the title
|
||||
* @param organizations
|
||||
* the organizations
|
||||
* @return the string
|
||||
* @throws StatoolInfosException
|
||||
* the statool infos exception
|
||||
|
|
|
@ -51,10 +51,12 @@ public class HttpAccessLogProber
|
|||
}
|
||||
|
||||
/**
|
||||
* Stat.
|
||||
* Probe.
|
||||
*
|
||||
* @param configuration
|
||||
* the configuration
|
||||
* @param source
|
||||
* the source
|
||||
* @param target
|
||||
* the target
|
||||
* @throws IOException
|
||||
* Signals that an I/O exception has occurred.
|
||||
* @throws StatoolInfosException
|
||||
|
@ -118,8 +120,8 @@ public class HttpAccessLogProber
|
|||
/**
|
||||
* Probe.
|
||||
*
|
||||
* @param counter
|
||||
* the counter
|
||||
* @param counters
|
||||
* the counters
|
||||
* @param line
|
||||
* the line
|
||||
*/
|
||||
|
|
|
@ -51,10 +51,12 @@ public class HttpErrorLogProber
|
|||
}
|
||||
|
||||
/**
|
||||
* Stat.
|
||||
* Probe.
|
||||
*
|
||||
* @param configuration
|
||||
* the configuration
|
||||
* @param source
|
||||
* the source
|
||||
* @param target
|
||||
* the target
|
||||
* @throws IOException
|
||||
* Signals that an I/O exception has occurred.
|
||||
* @throws StatoolInfosException
|
||||
|
@ -118,8 +120,8 @@ public class HttpErrorLogProber
|
|||
/**
|
||||
* Probe.
|
||||
*
|
||||
* @param counter
|
||||
* the counter
|
||||
* @param counters
|
||||
* the counters
|
||||
* @param line
|
||||
* the line
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue