Skip to content

Commit

Permalink
# WARNING: head commit changed in the meantime
Browse files Browse the repository at this point in the history
230: Getting started

Task-Url: #230
  • Loading branch information
keilw committed Jul 22, 2020
1 parent 0ffb7f0 commit 013a55e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* @author otaviojava
* @author keilw
* @author Andi Huber
* @version 1.0.4
* @version 1.0.5
* @since 1.0
*/
public final class TimeUnitQuantity extends AbstractQuantity<Time> {
Expand Down Expand Up @@ -105,7 +105,7 @@ public static TimeUnitQuantity of(Number number, TimeUnit timeUnit) {
* @param value
* - value to be used
* @since 1.0
* @deprecated use #of(Integer, TimeUnit)
* @deprecated use #of(Number, TimeUnit)
*/
@Deprecated
public static TimeUnitQuantity of(TimeUnit timeUnit, Integer number) {
Expand Down

0 comments on commit 013a55e

Please sign in to comment.