aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/experimental/Wither.java
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2017-06-12 23:38:25 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2017-06-13 00:15:32 +0200
commite0a91d25896b9d67f0cf3f1a5bb94c40e1ecfc94 (patch)
tree32070da0532b4be8efe5164792f2c148d8a3b4dc /src/core/lombok/experimental/Wither.java
parent1772fa9d86e66ab815186c125062ca74e5b35849 (diff)
downloadlombok-e0a91d25896b9d67f0cf3f1a5bb94c40e1ecfc94.tar.gz
lombok-e0a91d25896b9d67f0cf3f1a5bb94c40e1ecfc94.tar.bz2
lombok-e0a91d25896b9d67f0cf3f1a5bb94c40e1ecfc94.zip
All references in javadoc to projectlombok.org URLs now use the canonical URL.
Diffstat (limited to 'src/core/lombok/experimental/Wither.java')
-rw-r--r--src/core/lombok/experimental/Wither.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lombok/experimental/Wither.java b/src/core/lombok/experimental/Wither.java
index 3fb767d1..5ef50076 100644
--- a/src/core/lombok/experimental/Wither.java
+++ b/src/core/lombok/experimental/Wither.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012-2013 The Project Lombok Authors.
+ * Copyright (C) 2012-2017 The Project Lombok Authors.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -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).
* <p>
- * Complete documentation is found at <a href="https://projectlombok.org/features/experimental/Wither.html">the project lombok features page for &#64;Wither</a>.
+ * Complete documentation is found at <a href="https://projectlombok.org/features/experimental/Wither">the project lombok features page for &#64;Wither</a>.
* <p>
* Even though it is not listed, this annotation also has the {@code onParam} and {@code onMethod} parameter. See the full documentation for more details.
* <p>