Skip to content

Commit 0c42045

Browse files
committed
fix javadocs
1 parent 255400e commit 0c42045

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/edu/ie3/datamodel/io/connectors/InfluxDbConnector.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public class InfluxDbConnector implements DataConnector {
4545
* @param url the connection url for the influxDB database
4646
* @param scenarioName the name of the simulation scenario which will be used in influxDB
4747
* measurement names
48+
* @param databaseName the name of the database the session should be set to
4849
* @param createDb true if the connector should create the database if it doesn't exist yet, false
4950
* otherwise
5051
* @param logLevel log level of the {@link InfluxDB.LogLevel} logger
@@ -103,6 +104,7 @@ public InfluxDbConnector(String url, String databaseName, String scenarioName) {
103104
/**
104105
* Create the database of this connector if it doesn't exist yet
105106
*
107+
* @param databaseName the name of the database that should be created
106108
* @return the result of the create database query
107109
*/
108110
public QueryResult createDb(String databaseName) {

0 commit comments

Comments
 (0)