diff --git a/org.idempiere.keikai/src/io/keikai/ui/au/in/TextHeightCommand.java b/org.idempiere.keikai/src/io/keikai/ui/au/in/TextHeightCommand.java index a9e57206da..93f3a7eafb 100644 --- a/org.idempiere.keikai/src/io/keikai/ui/au/in/TextHeightCommand.java +++ b/org.idempiere.keikai/src/io/keikai/ui/au/in/TextHeightCommand.java @@ -44,7 +44,7 @@ public class TextHeightCommand extends AbstractCommand implements Command { if (comp == null) throw new UiException(MZk.ILLEGAL_REQUEST_COMPONENT_REQUIRED, TextHeightCommand.class.getCanonicalName()); - final Map data = (Map) request.getData(); + final Map data = (Map) request.getData(); if (data == null || data.size() != 4) throw new UiException(MZk.ILLEGAL_REQUEST_WRONG_DATA, new Object[] {Objects.toString(data), TextHeightCommand.class.getCanonicalName() });