PrismLauncher/launcher/java
Seth Flynn fd91f87c21
style: re-format tree with editorconfig
```
find $PWD \
  -type f \
  ! -path '*/.git/*' ! -path '*/flatpak/shared-modules/*' \
  ! -path '*/libraries/*' ! -path '*/testdata/*' ! -name '*.patch' \
  ! -name '*.svg' ! -name '*.scd' ! -path '*/program_info/LICENSE' \
  ! -path '*/COPYING.md' ! -path '*/cmake/*' ! -name '.gitmodules' \
  -exec eclint -fix {} \;
```

Signed-off-by: Seth Flynn <getchoo@tuta.io>
2026-01-18 15:48:07 -05:00
..
download style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
JavaChecker.cpp Remove usage of SIGNAL/SLOT macro 2025-06-05 21:35:19 +08:00
JavaChecker.h remove task parent from constuctor 2024-11-01 00:11:45 +02:00
JavaInstall.cpp Make BaseVersion const-correct in order to remove const-cast from Meta::Version 2025-09-17 10:30:00 +01:00
JavaInstall.h Make BaseVersion const-correct in order to remove const-cast from Meta::Version 2025-09-17 10:30:00 +01:00
JavaInstallList.cpp remove task parent from constuctor 2024-11-01 00:11:45 +02:00
JavaInstallList.h Reduce usage of [[nodiscard]] attributes 2025-07-07 20:56:29 +01:00
JavaMetadata.cpp Remove ensure JSON helpers 2025-11-09 21:35:11 +00:00
JavaMetadata.h style: re-format tree with editorconfig 2026-01-18 15:48:07 -05:00
JavaUtils.cpp Take $GRADLE_USER_HOME into account when looking for JDKs 2026-01-16 21:16:14 +03:00
JavaUtils.h Apply suggestion from code review 2024-06-25 16:10:05 +03:00
JavaVersion.cpp chore: update to cxx20 2025-07-30 18:52:52 +03:00
JavaVersion.h chore: update to cxx20 2025-07-30 18:52:52 +03:00