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 * @param logs
* the logs * the logs
* @param databaseConfig * @param playerDatabaseConfig
* the database config * the player database config
* @throws StatoolInfosException * @param worldDatabaseConfig
* the world database config
* @return the path counters
* @throws IOException * @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 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. * Probe.
* *
* @param config * @param database
* the config * the database
* @return the path counters * @return the path counters
* @throws IOException * @throws IOException
* Signals that an I/O exception has occurred. * Signals that an I/O exception has occurred.

View file

@ -60,10 +60,8 @@ public class SQLDatabase
private Connection connection; private Connection connection;
/** /**
* This method opens a database session. * Instantiates a new SQL database.
* *
* @param driverClassName
* the driver class name
* @param url * @param url
* the url * the url
* @param login * @param login