Skip to content

Commit

Permalink
Tuning conccurrentMap interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaud committed Oct 23, 2020
1 parent b940ccb commit b13cd8c
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -28,6 +28,7 @@ import io.sarl.sre.services.executor.ExecutorService
import io.sarl.sre.spaces.SreSpaceSpecificationFactory
import java.util.UUID
import java.util.concurrent.ConcurrentHashMap
import java.util.concurrent.ConcurrentMap
import javax.inject.Inject

/**
Expand Down Expand Up @@ -86,7 +87,7 @@ class LocalSpaceRepository extends SpaceRepository {
}


protected override getSharedStructure : ConcurrentHashMap<UUID, SpaceDescription> {
protected override getSharedStructure : ConcurrentMap<UUID, SpaceDescription> {
this.spaces
}

Expand Down

0 comments on commit b13cd8c

Please sign in to comment.