Javadoc review.
This commit is contained in:
parent
bca355a047
commit
058b902fbd
3 changed files with 12 additions and 9 deletions
|
@ -50,10 +50,15 @@ public class MinetestProber
|
|||
*
|
||||
* @param logs
|
||||
* the logs
|
||||
* @param databaseConfig
|
||||
* the database config
|
||||
* @throws StatoolInfosException
|
||||
* @param playerDatabaseConfig
|
||||
* the player database config
|
||||
* @param worldDatabaseConfig
|
||||
* the world database config
|
||||
* @return the path counters
|
||||
* @throws IOException
|
||||
* Signals that an I/O exception has occurred.
|
||||
* @throws StatoolInfosException
|
||||
* the statool infos exception
|
||||
*/
|
||||
public static PathCounters probe(final String logs, final DatabaseConfig playerDatabaseConfig, final DatabaseConfig worldDatabaseConfig) throws IOException, StatoolInfosException
|
||||
{
|
||||
|
|
|
@ -44,8 +44,8 @@ public class DatabaseProber
|
|||
/**
|
||||
* Probe.
|
||||
*
|
||||
* @param config
|
||||
* the config
|
||||
* @param database
|
||||
* the database
|
||||
* @return the path counters
|
||||
* @throws IOException
|
||||
* Signals that an I/O exception has occurred.
|
||||
|
|
|
@ -60,10 +60,8 @@ public class SQLDatabase
|
|||
private Connection connection;
|
||||
|
||||
/**
|
||||
* This method opens a database session.
|
||||
*
|
||||
* @param driverClassName
|
||||
* the driver class name
|
||||
* Instantiates a new SQL database.
|
||||
*
|
||||
* @param url
|
||||
* the url
|
||||
* @param login
|
||||
|
|
Loading…
Reference in a new issue