TheFinestArtist / YouTubePlayerActivity

Android Youtube Player Activity. Simply pass a url to play youtube video in new activity. It supports screen orientation, media volume control and etc.
https://play.google.com/store/apps/details?id=com.thefinestartist.ytpa.sample
MIT License
395 stars 113 forks source link

Code quality fix - Utility classes should not have public constructors. #12

Closed faisal-hameed closed 8 years ago

faisal-hameed commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule squid:S1118 - Utility classes should not have public constructors. You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S1118

Please let me know if you have any questions.

Faisal Hameed

TheFinestArtist commented 8 years ago

Seems like this request has some kind of conflict! Could you fix the issue for me?

faisal-hameed commented 8 years ago

@TheFinestArtist Conflicts resolved.

TheFinestArtist commented 8 years ago

@faisal-hameed Thank you so much 👍