Skip to content

Commit

Permalink
Update RandomNumberGenerator.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jan 31, 2025
1 parent e10720d commit f9feeb6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private[pekko] object ThreadLocalRandomNumberGenerator extends RandomNumberGener

/**
* INTERNAL API
*/
*/
@InternalApi
private[pekko] class Jep356RandomNumberGenerator(impl: String) extends RandomNumberGenerator {

Expand Down Expand Up @@ -80,13 +80,13 @@ private[pekko] class Jep356RandomNumberGenerator(impl: String) extends RandomNum

/**
* INTERNAL API
*/
*/
@InternalApi
private[pekko] object RandomNumberGenerator {

/**
* INTERNAL API. Open for testing.
*/
*/
def createGenerator(cfg: Config) =
if (JavaVersion.majorVersion >= 17) {
cfg.getString("pekko.random.generator-implementation") match {
Expand Down

0 comments on commit f9feeb6

Please sign in to comment.