Skip to content

Commit f25150e

Browse files
committed
Adapt Javadoc +1
1 parent de6e2f5 commit f25150e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/main/java/edu/ie3/datamodel/io/factory/timeseries/CosmoTimeBasedWeatherValueFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public class CosmoTimeBasedWeatherValueFactory extends TimeBasedWeatherValueFact
3434
private static final String WIND_VELOCITY = "windvelocity";
3535

3636
/**
37+
* @param timeUtil The time util to use
3738
* @deprecated Use {@link
3839
* CosmoTimeBasedWeatherValueFactory#CosmoTimeBasedWeatherValueFactory(String)} instead
3940
*/

src/main/java/edu/ie3/datamodel/io/factory/timeseries/IconTimeBasedWeatherValueFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public class IconTimeBasedWeatherValueFactory extends TimeBasedWeatherValueFacto
3535
private static final String WIND_VELOCITY_V = "v131m";
3636

3737
/**
38+
* @param timeUtil The time util to use
3839
* @deprecated Use {@link
3940
* IconTimeBasedWeatherValueFactory#IconTimeBasedWeatherValueFactory(String)} instead
4041
*/

src/main/java/edu/ie3/datamodel/io/factory/timeseries/TimeBasedWeatherValueFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ protected TimeBasedWeatherValueFactory(String timePattern) {
2929
}
3030

3131
/**
32+
* @param timeUtil The time util to use
3233
* @deprecated Use {@link TimeBasedWeatherValueFactory#TimeBasedWeatherValueFactory(String)}
3334
* instead
3435
*/

0 commit comments

Comments
 (0)