Skip to content
Commit 2eec70ca authored by Miguel Reboiro-Jato's avatar Miguel Reboiro-Jato
Browse files

Makes DataService.getDatabase() private

The DataService.getDatabase() method should not be used by the
components or other classes, as returning the whole database can
only be done with the current database desing, limiting the
creation of other implementations of this service.

Therefore, this method has been made private, in order to avoid
errors.
parent 978c495a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment