[Persistence] Remove persistence reference

...from composition capability (as persistence is now triggered,
albeit indirectly.)
This commit is contained in:
Victor Woeltjen 2016-04-26 16:46:30 -07:00
parent 7fb7a5452f
commit ef815cf060

View File

@ -51,8 +51,7 @@ define(
} }
/** /**
* Add a domain object to the composition of the field. * Add a domain object to the composition of this domain object.
* This mutates but does not persist the modified object.
* *
* If no index is given, this is added to the end of the composition. * If no index is given, this is added to the end of the composition.
* *