mpatric / mp3agic

A java library for reading mp3 files and reading / manipulating the ID3 tags (ID3v1 and ID3v2.2 through ID3v2.4).
MIT License
1.2k stars 310 forks source link

prevented instantiation and extension of classes that only have stati… #159

Closed tmzkt closed 5 years ago

tmzkt commented 5 years ago

…c methods

Since the 5 classes in this pull request contain only static methods, creating an instance of the class or extending the class is effectively useless. Added final to the class definition to prevent extension. Made the default constructor private to prevent instantiation.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 68.552% when pulling 37d81bbe7eabe38e1edec5e1dfc83cc941273679 on tmzkt:master into 05843809ca1b905f4dcfd4abe29f26eb55756b43 on mpatric:master.