Skip to content

Commit

Permalink
Replace dead link to grepcode against openjdk
Browse files Browse the repository at this point in the history
  • Loading branch information
aki-ks authored and aki_ks committed Nov 5, 2018
1 parent 7a83b03 commit b8e8dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/org/scalacheck/Arbitrary.scala
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ private[scalacheck] sealed trait ArbitraryLowPriority {

/** Arbitrary instance of Char */
implicit lazy val arbChar: Arbitrary[Char] = Arbitrary {
// exclude 0xFFFE due to this bug: http://bit.ly/1QryQZy
// exclude 0xFFFE due to this bug: https://bit.ly/2pTpAu8
// also exclude 0xFFFF as it is not unicode: http://bit.ly/2cVBrzK
val validRangesInclusive = List[(Char, Char)](
(0x0000, 0xD7FF),
Expand Down

0 comments on commit b8e8dc7

Please sign in to comment.