databricks / learning-spark

Example code from Learning Spark book
MIT License
3.89k stars 2.42k forks source link

Fixing squid:ClassVariableVisibilityCheck: Class variable fields should not have public access #16

Open asamaras11 opened 8 years ago

asamaras11 commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule squid:ClassVariableVisibilityCheck - Class variable fields should not have public accessibility You can find more information about the issue here: https://dev.eclipse.org/sonar/coding_rules#q=squid:ClassVariableVisibilityCheck Please let me know if you have any questions. Aris Samaras