From 88582751d2d28d5f3f0ebf67dc3776b786ecc9cc Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Sat, 2 May 2015 11:59:18 +0200 Subject: Change http://projectlombok.org to https://projectlombok.org --- src/core/lombok/experimental/Wither.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/lombok/experimental/Wither.java') diff --git a/src/core/lombok/experimental/Wither.java b/src/core/lombok/experimental/Wither.java index fe113bb0..b4131187 100644 --- a/src/core/lombok/experimental/Wither.java +++ b/src/core/lombok/experimental/Wither.java @@ -31,7 +31,7 @@ import lombok.AccessLevel; /** * Put on any field to make lombok build a 'wither' - a withX method which produces a clone of this object (except for 1 field which gets a new value). *

- * Complete documentation is found at the project lombok features page for @Wither. + * Complete documentation is found at the project lombok features page for @Wither. *

* Even though it is not listed, this annotation also has the {@code onParam} and {@code onMethod} parameter. See the full documentation for more details. *

-- cgit