diff --git a/src/main/java/org/openrewrite/java/migrate/lombok/NormalizeGetter.java b/src/main/java/org/openrewrite/java/migrate/lombok/NormalizeGetter.java index 9638962c8..c69efd49c 100644 --- a/src/main/java/org/openrewrite/java/migrate/lombok/NormalizeGetter.java +++ b/src/main/java/org/openrewrite/java/migrate/lombok/NormalizeGetter.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/openrewrite/java/migrate/lombok/NormalizeGetterTest.java b/src/test/java/org/openrewrite/java/migrate/lombok/NormalizeGetterTest.java index 8ef994062..9c9889d40 100644 --- a/src/test/java/org/openrewrite/java/migrate/lombok/NormalizeGetterTest.java +++ b/src/test/java/org/openrewrite/java/migrate/lombok/NormalizeGetterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 the original author or authors. + * Copyright 2024 the original author or authors. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.