aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/Cleanup.java
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2015-05-02 11:59:18 +0200
committerRoel Spilker <r.spilker@gmail.com>2015-05-02 11:59:18 +0200
commit88582751d2d28d5f3f0ebf67dc3776b786ecc9cc (patch)
tree0b0c6596757eff4a95286de83c746dd1e06e93c2 /src/core/lombok/Cleanup.java
parent9d1b1251947d81d4158d3a48ba478ec3343dd5ed (diff)
downloadlombok-88582751d2d28d5f3f0ebf67dc3776b786ecc9cc.tar.gz
lombok-88582751d2d28d5f3f0ebf67dc3776b786ecc9cc.tar.bz2
lombok-88582751d2d28d5f3f0ebf67dc3776b786ecc9cc.zip
Change http://projectlombok.org to https://projectlombok.org
Diffstat (limited to 'src/core/lombok/Cleanup.java')
-rw-r--r--src/core/lombok/Cleanup.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lombok/Cleanup.java b/src/core/lombok/Cleanup.java
index 4b5c6fc2..c95c03c5 100644
--- a/src/core/lombok/Cleanup.java
+++ b/src/core/lombok/Cleanup.java
@@ -31,7 +31,7 @@ import java.lang.annotation.Target;
* of what happens. Implemented by wrapping all statements following the local variable declaration to the
* end of your scope into a try block that, as a finally action, closes the resource.
* <p>
- * Complete documentation is found at <a href="http://projectlombok.org/features/Cleanup.html">the project lombok features page for &#64;Cleanup</a>.
+ * Complete documentation is found at <a href="https://projectlombok.org/features/Cleanup.html">the project lombok features page for &#64;Cleanup</a>.
* <p>
* Example:
* <pre>