Skip to content

Commit

Permalink
Use pekko option converters instead of scala jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrdom committed Oct 9, 2024
1 parent 4e02718 commit fd2f01c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ package org.apache.pekko.persistence.typed.javadsl
import java.util.Collections
import java.util.Optional

import scala.jdk.OptionConverters._
import com.typesafe.config.Config
import org.apache.pekko
import pekko.actor.typed
Expand All @@ -28,6 +27,7 @@ import pekko.annotation.InternalApi
import pekko.persistence.typed._
import pekko.persistence.typed.EventAdapter
import pekko.persistence.typed.internal._
import pekko.util.OptionConverters._
import pekko.util.unused

abstract class EventSourcedBehavior[Command, Event, State] private[pekko] (
Expand Down

0 comments on commit fd2f01c

Please sign in to comment.