Reformatted

This commit is contained in:
Finn
2026-01-16 21:53:46 +01:00
parent 2a657f3a83
commit 1e95252f94
18 changed files with 155 additions and 151 deletions

View File

@@ -7,7 +7,8 @@ import java.util.Locale;
*/
public final class UiEventRegistry {
private UiEventRegistry() { }
private UiEventRegistry() {
}
public static String normalize(String eventName) {
if (eventName == null) throw new IllegalArgumentException("eventName is null");