Skip to content

Commit de6e2f5

Browse files
committed
Adapt Javadoc
1 parent 3671b18 commit de6e2f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/edu/ie3/datamodel/io/source/influxdb/InfluxDbWeatherSource.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ public class InfluxDbWeatherSource implements WeatherSource {
5151
* @param weatherValueFactory instance of a time based weather value factory
5252
* @deprecated Use {@link InfluxDbWeatherSource#InfluxDbWeatherSource(InfluxDbConnector,
5353
* IdCoordinateSource, NamingConvention, TimeBasedWeatherValueFactory)}
54+
* @throws SourceException If the time stamp pattern used by the factory is not compliant with RFC
55+
* 3339 standard
5456
*/
5557
@Deprecated
5658
public InfluxDbWeatherSource(
@@ -69,6 +71,8 @@ public InfluxDbWeatherSource(
6971
* types
7072
* @param namingConvention the naming convention used for features
7173
* @param weatherValueFactory instance of a time based weather value factory
74+
* @throws SourceException If the time stamp pattern used by the factory is not compliant with RFC
75+
* 3339 standard
7276
*/
7377
public InfluxDbWeatherSource(
7478
InfluxDbConnector connector,

0 commit comments

Comments
 (0)