In _v1_restore_factory and _v2_restore_factory methods,
invalid order of parameters given in docstring.
Changed the order of parameters in docstring.
Closes-Bug: #
1482184
Change-Id: I7899f8b04b41f271b3d64ec54199dfc414620873
Returns a dictionary of the form:
- {<type tag>: (<fields list>, <restore function>)}
+ {<type tag>: (<restore function>, <fields list>)}
Empty field list indicates that all backed up fields should be
restored.
Returns a dictionary of the form:
- {<type tag>: (<fields list>, <restore function>)}
+ {<type tag>: (<restore function>, <fields list>)}
Empty field list indicates that all backed up fields should be
restored.