Skip to content

Commit

Permalink
Avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Nov 22, 2023
1 parent 2bb235f commit 8e9f6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/time.scala
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ object TimeSystem:
enum LeapDayArithmetic:
case Throw, PreferFeb28, PreferMar1

open class TimeSystem[Units <: Denomination]():
open class TimeSystem[DenominationType <: Denomination]():
def ambiguousTimes: TimeSystem.AmbiguousTimes = TimeSystem.AmbiguousTimes.Dilate
def monthArithmetic: TimeSystem.MonthArithmetic = TimeSystem.MonthArithmetic.Scale
def leapDayArithmetic: TimeSystem.LeapDayArithmetic = TimeSystem.LeapDayArithmetic.PreferFeb28
Expand Down

0 comments on commit 8e9f6f5

Please sign in to comment.