Reformatted
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user