File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
jvm-js/main/scala/org/scalacheck/time Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ import java.time._
1919 */
2020private [scalacheck] trait JavaTimeArbitrary {
2121
22- // // Duration
22+ // Duration
2323
24- // // Java duration values are conceptually infinite, thus they do not expose
25- // // Duration.MAX/Duration.MIN values, but in practice they are finite,
26- // // restricted by their underlying representation a long and an int.
24+ // Java duration values are conceptually infinite, thus they do not expose
25+ // Duration.MAX/Duration.MIN values, but in practice they are finite,
26+ // restricted by their underlying representation a long and an int.
2727
2828 implicit final lazy val arbJavaDuration : Arbitrary [Duration ] = {
2929 val minJavaDuration = Duration .ofSeconds(Long .MinValue )
You can’t perform that action at this time.
0 commit comments