From d3eef47161d7aea57273f1fe0b80fbb9068e785b Mon Sep 17 00:00:00 2001 From: Egor Andreevici Date: Thu, 9 Jan 2020 13:10:00 -0500 Subject: Fix changelog for 1.12.0 "Disallow final modifier on ParameterSpec" -> "Only allow final modifier on ParameterSpec" --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ed40e..e02a975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ JavaPoet 1.12.0 *(2020-01-09)* * Fix: Ensure trailing newlines in Javadocs and method bodies. * Fix: Copy annotations when creating a `ParameterSpec` from a `VariableElement`. * Fix: Properly handle classes located in empty packages in `ClassName`. - * Fix: Disallow `final` modifier on a `ParameterSpec`. + * Fix: Only allow `final` modifier on a `ParameterSpec`. * Fix: Use fully-qualified names for type names that are masked by type variable names. -- cgit v1.2.3