Slowpoke101 / FTBLaunch

Launcher for the FTB Mod Pack
182 stars 140 forks source link

Cleanup utility classes #992

Closed jamierocks closed 7 years ago

jamierocks commented 7 years ago

Utility classes should be final and have private constructors.

I have also changed NewsUtils to use a StringBuilder rather than concatenation (my younger self didn't think about performance evidently :p)

jamierocks commented 7 years ago

👍