rename System -> Shell
All checks were successful
JaCoCo Coverage #### Project Overview No changes detected, that affect the code coverage. * Line Coverage: 61.98% (17344/27983) * Branch Coverage: 53.07% (6720/12663) * Lines of Code: 27983 * Cyclomatic Complexity: 11207 #### Quality Gates Summary Output truncated.
Test / Build skipped: 11, passed: 594
Intrepid/Prometeu/Studio/pipeline/head This commit looks good

This commit is contained in:
bQUARKz 2026-05-14 17:59:04 +01:00
parent ff26bb3d4b
commit 8a854dc2ee
Signed by: bquarkz
SSH Key Fingerprint: SHA256:Z7dgqoglWwoK6j6u4QC87OveEq74WOhFN+gitsxtkf8
2 changed files with 393 additions and 393 deletions

View File

@ -2,7 +2,7 @@ package p.studio;
public enum AppMode { public enum AppMode {
Game("Game"), Game("Game"),
System("System"), Shell("Shell"),
; ;
private final String reference; private final String reference;

File diff suppressed because it is too large Load Diff