goxr3plus / XR3Player

🎧 🎼 The MOST ADVANCED JavaFX Media Player
https://xr3player.netlify.com/
GNU Lesser General Public License v3.0
725 stars 176 forks source link

Removed four classes, added factory #77

Closed HelgeStenstrom closed 3 years ago

HelgeStenstrom commented 3 years ago

Removed four classes that didn't add any behavior to their parent class.

Created a factor class to produce instances of DatabaseList, to replace the removed classes.

Changed the type declaration of the instances of these classes, to the less specific DatabaseList.

Not tested. No expected behavior change.