This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f4ed4ca58 update link in doco
9f4ed4ca58 is described below

commit 9f4ed4ca587aa098f5c140d757b54edd7e6b186b
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Apr 8 20:39:27 2024 +1000

    update link in doco
---
 src/main/java/groovy/transform/EqualsAndHashCode.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/java/groovy/transform/EqualsAndHashCode.java 
b/src/main/java/groovy/transform/EqualsAndHashCode.java
index e120f25011..aac03820d5 100644
--- a/src/main/java/groovy/transform/EqualsAndHashCode.java
+++ b/src/main/java/groovy/transform/EqualsAndHashCode.java
@@ -55,7 +55,8 @@ import java.lang.annotation.Target;
  * implementations are supported both of which support the equals contract 
outlined in the javadoc
  * for <code>java.lang.Object</code>
  * <p>
- * To illustrate the 'canEqual' implementation style (see 
http://www.artima.com/lejava/articles/equality.html
+ * To illustrate the 'canEqual' implementation style (see
+ * https://www.artima.com/articles/how-to-write-an-equality-method-in-java
  * for further details), consider this class:
  * <pre>
  * {@code @EqualsAndHashCode}

Reply via email to