aboutsummaryrefslogtreecommitdiff
path: root/src/eclipseAgent/lombok/eclipse/agent
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/eclipseAgent/lombok/eclipse/agent
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/eclipseAgent/lombok/eclipse/agent')
-rw-r--r--src/eclipseAgent/lombok/eclipse/agent/PatchFixesShadowLoaded.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eclipseAgent/lombok/eclipse/agent/PatchFixesShadowLoaded.java b/src/eclipseAgent/lombok/eclipse/agent/PatchFixesShadowLoaded.java
index 6685b6bb..52f63765 100644
--- a/src/eclipseAgent/lombok/eclipse/agent/PatchFixesShadowLoaded.java
+++ b/src/eclipseAgent/lombok/eclipse/agent/PatchFixesShadowLoaded.java
@@ -32,7 +32,7 @@ import lombok.core.Version;
public class PatchFixesShadowLoaded {
public static String addLombokNotesToEclipseAboutDialog(String origReturnValue, String key) {
if ("aboutText".equals(key)) {
- return origReturnValue + "\n\nLombok " + Version.getFullVersion() + " is installed. http://projectlombok.org/";
+ return origReturnValue + "\n\nLombok " + Version.getFullVersion() + " is installed. https://projectlombok.org/";
}
return origReturnValue;
}