PrismLauncher/libraries/launcher
TheKodeToad 8ce78dcc54 Try to improve consistency
- Makes code formatting more consistent with the C++ codebase. Probably removes some trailing whitespace. Maybe it would be best to commit an Eclipse or IntelliJ code format preferences file?
- Removes obscure suppressions. I personally think it's better to only suppress warnings that javac complains about. Suppressing a lot of non-standardised warnings (many of them turned off by default even in IntelliJ) just creates needless clutter.
- Fixes some trivial warnings instead of suppressing them. serialVersionUID is sort of stupid, but I'd rather mentally ignore it or just fix it if it's really that annoying.

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
2022-11-08 16:35:43 +00:00
..
net/minecraft Try to improve consistency 2022-11-08 16:35:43 +00:00
org/prismlauncher Try to improve consistency 2022-11-08 16:35:43 +00:00
.gitignore NOISSUE reorganize and document libraries 2016-05-01 00:00:14 +02:00
CMakeLists.txt Cleanup launcher classes 2022-11-08 16:25:09 +00:00
LICENSE chore: update COPYING.md 2022-06-15 10:15:35 +02:00