Skip to content

Commit

Permalink
Small doc fix (#6388)
Browse files Browse the repository at this point in the history
Closes #6388

COPYBARA_INTEGRATE_REVIEW=#6388 from jblebrun:small-change-for-importing-e2e-and-demo 47a9fee
PiperOrigin-RevId: 337180398
  • Loading branch information
jblebrun authored and arcs-c3po committed Oct 14, 2020
1 parent 38f42f8 commit bab79ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/arcs/core/storage/StorageEndpointManager.kt
Expand Up @@ -4,15 +4,15 @@ import arcs.core.crdt.CrdtData
import arcs.core.crdt.CrdtOperationAtTime

/**
* A [StorageEndpointManager] gives us [StorageEndpointProvider]s of particular types.
* A [StorageEndpointManager] gives us [StorageEndpoint]s of particular types.
*/
interface StorageEndpointManager {
/**
* Returns a [StorageEndpoint] for the requested [StoreOptions], of the specified
* type parameters. It will receive messages from the underlying store via the provided
* [ProxyCallback].
*
* Implementations *may* choose to cache [StorageEndpointProvider] instances internally, so a
* Implementations *may* choose to cache [StorageEndpoint] instances internally, so a
* call to get for the same parameters may or may not return the same object, depending on the
* implementation.
*/
Expand Down

0 comments on commit bab79ab

Please sign in to comment.