JPP: Added one final keyword for extra unicode points in the java cake

This commit is contained in:
Willem Cazander 2025-09-06 22:46:58 +02:00
parent 89f7e134d8
commit a8d80e07b9

View file

@ -107,7 +107,7 @@ public enum T008ᖟ implements Terminator𓄯<T008ᖟ>, LegoᐧBrickᐧTapeᐧRe
return 亞ᴬᴸᴸ[index];
}
static public T008ᖟ valueOf(PrimordialOctal octal) {
static public T008ᖟ valueOf(final PrimordialOctal octal) {
return valueOf(octal.ordinal());
}