This is an automated email from the ASF dual-hosted git repository. harshitha pushed a commit to branch harshithasudhakar-patch-1-1 in repository https://gitbox.apache.org/repos/asf/eventmesh.git
commit 0f8aa51e9e73b9e3708e151e159ac41e4514aeb0 Author: Harshitha Sudhakar <[email protected]> AuthorDate: Fri Aug 18 01:44:02 2023 +0530 Update AssertUtils.java --- .../src/main/java/org/apache/eventmesh/common/utils/AssertUtils.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eventmesh-common/src/main/java/org/apache/eventmesh/common/utils/AssertUtils.java b/eventmesh-common/src/main/java/org/apache/eventmesh/common/utils/AssertUtils.java index c691da264..ee9133fca 100644 --- a/eventmesh-common/src/main/java/org/apache/eventmesh/common/utils/AssertUtils.java +++ b/eventmesh-common/src/main/java/org/apache/eventmesh/common/utils/AssertUtils.java @@ -21,9 +21,13 @@ import org.apache.commons.lang3.StringUtils; import java.util.Objects; +import lombok.experimental.UtilityClass; + /** * Assert */ + +@UtilityClass public final class AssertUtils { /** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
