Javadoc review.

This commit is contained in:
Christian P. MOMON 2022-03-11 14:54:52 +01:00
parent bca355a047
commit 058b902fbd
3 changed files with 12 additions and 9 deletions

View file

@ -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
{

View file

@ -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.

View file

@ -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