This is an automated email from the ASF dual-hosted git repository. jkevan pushed a commit to branch unomi-1.x in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/unomi-1.x by this push: new 5f6b26fd0 typos fix 5f6b26fd0 is described below commit 5f6b26fd079913705d70f56f6c8c6c94d6ba3395 Author: Kevan <ke...@jahia.com> AuthorDate: Mon May 15 14:54:44 2023 +0200 typos fix --- itests/src/test/java/org/apache/unomi/itests/SegmentIT.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/itests/src/test/java/org/apache/unomi/itests/SegmentIT.java b/itests/src/test/java/org/apache/unomi/itests/SegmentIT.java index b90dd6d44..3ab0aa84e 100644 --- a/itests/src/test/java/org/apache/unomi/itests/SegmentIT.java +++ b/itests/src/test/java/org/apache/unomi/itests/SegmentIT.java @@ -582,7 +582,6 @@ public class SegmentIT extends BaseIT { } catch (Exception e) { // Do nothing, unable to read value } - ; return false; }, 1000, 20); @@ -623,7 +622,6 @@ public class SegmentIT extends BaseIT { pastEventCondition.setParameter("fromDate", "2000-07-15T07:00:00Z"); pastEventCondition.setParameter("toDate", "2001-01-15T07:00:00Z"); - ; Condition pastEventEventCondition = new Condition(definitionsService.getConditionType("eventTypeCondition")); pastEventEventCondition.setParameter("eventTypeId", "test-event-type"); pastEventCondition.setParameter("eventCondition", pastEventEventCondition);