Remove fqcn
This commit is contained in:
parent
bed33cd4f0
commit
2df2e0294f
11 changed files with 15 additions and 14 deletions
|
|
@ -106,7 +106,7 @@ final case class TimestampOffset(timestamp: Instant, readTimestamp: Instant, see
|
|||
|
||||
/** Java API */
|
||||
def getSeen(): java.util.Map[String, java.lang.Long] = {
|
||||
import org.apache.pekko.util.ccompat.JavaConverters._
|
||||
import pekko.util.ccompat.JavaConverters._
|
||||
seen.map { case (pid, seqNr) => pid -> java.lang.Long.valueOf(seqNr) }.asJava
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue