HewlettPackard / mds

Managed Data Structures
GNU General Public License v3.0
27 stars 5 forks source link

Remove inSnapshot() from documentation #47

Open EvanKirshenbaum opened 7 years ago

EvanKirshenbaum commented 7 years ago

[imported from HPE issue 339]

Documentation says (page 23):

You can also get non-read-only snapshots, by calling inSnapshot. Execution in a non-read-only snapshot can modify things, but anything it hasn’t modified is seen as of the time the snapshot was created.

But, such method is not available anymore.

We should update the documentation.