mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 01:42:31 +00:00
[Persistence] Clarify JSDoc
Per code review feedback, nasa/openmctweb#257
This commit is contained in:
parent
04ce2f985a
commit
e6c9cbf0cd
@ -37,7 +37,12 @@ define(
|
||||
|
||||
/**
|
||||
* Aggregates multiple persistence providers, such that they can be
|
||||
* utilized as if they were a single object.
|
||||
* utilized as if they were a single object. This is achieved by
|
||||
* routing persistence calls to an appropriate provider; the space
|
||||
* specified at call time is matched with the first provider (per
|
||||
* priority order) which reports that it provides persistence this
|
||||
* space.
|
||||
*
|
||||
* @memberof platform/persistence/aggregator
|
||||
* @constructor
|
||||
* @implements {PersistenceService}
|
||||
|
Loading…
x
Reference in New Issue
Block a user