diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-06-12 23:38:25 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-06-13 00:15:32 +0200 |
commit | e0a91d25896b9d67f0cf3f1a5bb94c40e1ecfc94 (patch) | |
tree | 32070da0532b4be8efe5164792f2c148d8a3b4dc /src/core/lombok/Getter.java | |
parent | 1772fa9d86e66ab815186c125062ca74e5b35849 (diff) | |
download | lombok-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/Getter.java')
-rw-r--r-- | src/core/lombok/Getter.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lombok/Getter.java b/src/core/lombok/Getter.java index 5a4056fa..f410eba7 100644 --- a/src/core/lombok/Getter.java +++ b/src/core/lombok/Getter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2013 The Project Lombok Authors. + * Copyright (C) 2009-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 @@ -29,7 +29,7 @@ import java.lang.annotation.Target; /** * Put on any field to make lombok build a standard getter. * <p> - * Complete documentation is found at <a href="https://projectlombok.org/features/GetterSetter.html">the project lombok features page for @Getter and @Setter</a>. + * Complete documentation is found at <a href="https://projectlombok.org/features/GetterSetter">the project lombok features page for @Getter and @Setter</a>. * <p> * Even though it is not listed, this annotation also has the {@code onMethod} parameter. See the full documentation for more details. * <p> |