This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-scxml.git
commit 7bb4f45b7aa8b8f73a9493892d4ae6afb54c8907 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Sep 12 10:45:53 2024 -0400 Remove redundant syntax --- src/test/java/org/apache/commons/scxml2/WizardsTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/scxml2/WizardsTest.java b/src/test/java/org/apache/commons/scxml2/WizardsTest.java index 2559e2ec..e223e4fe 100644 --- a/src/test/java/org/apache/commons/scxml2/WizardsTest.java +++ b/src/test/java/org/apache/commons/scxml2/WizardsTest.java @@ -46,7 +46,7 @@ public class WizardsTest { final String event, final Object data, final Object hints, final long delay) { if ("foo".equals(type)) { final Map<String, Object> params = (Map<String, Object>)data; - final int i = ((Integer) params.get("aValue")); + final int i = (Integer) params.get("aValue"); switch (callback) { case 0: Assertions.assertEquals(2, i); // state2