aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Andreevici <egor@squareup.com>2020-01-09 13:10:00 -0500
committerEgor Andreevici <egor@squareup.com>2020-01-09 13:10:00 -0500
commitd3eef47161d7aea57273f1fe0b80fbb9068e785b (patch)
tree4f6798bfb11f9b168422569662fb486a5fb6c316
parent0d25ea100a4387c28b5ef12e44fbffc0b22b5343 (diff)
downloadjavapoet-d3eef47161d7aea57273f1fe0b80fbb9068e785b.tar.gz
Fix changelog for 1.12.0
"Disallow final modifier on ParameterSpec" -> "Only allow final modifier on ParameterSpec"
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
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.