From c4357b03bf00d7ac03e69f0dcfd4e6913a83ebb0 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 18 Apr 2021 05:50:49 +0200 Subject: [review] Use javac's internals to update type mirrors This should help with making any annotation processors that run after lombok to 'see' the changes lombok caused properly. --- src/utils/lombok/permit/Permit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils') diff --git a/src/utils/lombok/permit/Permit.java b/src/utils/lombok/permit/Permit.java index 2854706e..af97a807 100644 --- a/src/utils/lombok/permit/Permit.java +++ b/src/utils/lombok/permit/Permit.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018-2019 The Project Lombok Authors. + * Copyright (C) 2018-2021 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 -- cgit