code
code copied to clipboard
Renaming the data access variable in class
Resolves #71
Current behaviour: using either _data or data. No consistency on how data variable is being used.
Fix: changed to use _data everywhere.