diff options
Diffstat (limited to 'test/core/src')
-rw-r--r-- | test/core/src/lombok/RunTestsViaDelombok.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/src/lombok/RunTestsViaDelombok.java b/test/core/src/lombok/RunTestsViaDelombok.java index c10ef4d3..23a42c67 100644 --- a/test/core/src/lombok/RunTestsViaDelombok.java +++ b/test/core/src/lombok/RunTestsViaDelombok.java @@ -266,8 +266,8 @@ public class RunTestsViaDelombok extends AbstractRunTests { try { path = trees.getPath(element); } catch (NullPointerException ignore) { - // Happens if a package-info.java dowsn't conatin a package declaration. - // https://github.com/rzwitserloot/lombok/issues/2184 + // Happens if a package-info.java doesn't contain a package declaration. + // https://github.com/projectlombok/lombok/issues/2184 // We can safely ignore those, since they do not need any processing } } |