Skip to content

Commit

Permalink
Adapt Javadoc +1
Browse files Browse the repository at this point in the history
  • Loading branch information
ckittl committed Apr 16, 2021
1 parent 56765b2 commit fc8fedd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public class CosmoTimeBasedWeatherValueFactory extends TimeBasedWeatherValueFact
private static final String WIND_VELOCITY = "windvelocity";

/**
* @param timeUtil The time util to use
* @deprecated Use {@link
* CosmoTimeBasedWeatherValueFactory#CosmoTimeBasedWeatherValueFactory(String)} instead
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public class IconTimeBasedWeatherValueFactory extends TimeBasedWeatherValueFacto
private static final String WIND_VELOCITY_V = "v131m";

/**
* @param timeUtil The time util to use
* @deprecated Use {@link
* IconTimeBasedWeatherValueFactory#IconTimeBasedWeatherValueFactory(String)} instead
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ protected TimeBasedWeatherValueFactory(String timePattern) {
}

/**
* @param timeUtil The time util to use
* @deprecated Use {@link TimeBasedWeatherValueFactory#TimeBasedWeatherValueFactory(String)}
* instead
*/
Expand Down

0 comments on commit fc8fedd

Please sign in to comment.