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 --- usage_examples/BuilderExample_post.jpage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usage_examples') diff --git a/usage_examples/BuilderExample_post.jpage b/usage_examples/BuilderExample_post.jpage index 863ab19b..8a1d1e69 100644 --- a/usage_examples/BuilderExample_post.jpage +++ b/usage_examples/BuilderExample_post.jpage @@ -53,7 +53,7 @@ public class BuilderExample { public BuilderExample build() { // complicated switch statement to produce a compact properly sized immutable set omitted. - // go to http://projectlombok.org/features/Singular-snippet.html to see it. + // go to https://projectlombok.org/features/Singular-snippet.html to see it. Set occupations = ...; return new BuilderExample(name, age, occupations); } -- cgit