File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/main/java/edu/ie3/datamodel/io/source/influxdb Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments