aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/extern
diff options
context:
space:
mode:
authorMichael Ernst <mernst@cs.washington.edu>2022-08-25 09:01:54 -0700
committerMichael Ernst <mernst@cs.washington.edu>2022-08-25 09:01:54 -0700
commitce685ec1696a95d6a73dc111d0ccafa8ce07a75e (patch)
tree7e17ba77534409e302b1df09f27541b130816a10 /src/core/lombok/extern
parent91a511bbb70564c5b9aa5f7c1fa3dab3de22602b (diff)
downloadlombok-ce685ec1696a95d6a73dc111d0ccafa8ce07a75e.tar.gz
lombok-ce685ec1696a95d6a73dc111d0ccafa8ce07a75e.tar.bz2
lombok-ce685ec1696a95d6a73dc111d0ccafa8ce07a75e.zip
Fix typos
Diffstat (limited to 'src/core/lombok/extern')
-rw-r--r--src/core/lombok/extern/jackson/Jacksonized.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lombok/extern/jackson/Jacksonized.java b/src/core/lombok/extern/jackson/Jacksonized.java
index cf6678da..801ddbcb 100644
--- a/src/core/lombok/extern/jackson/Jacksonized.java
+++ b/src/core/lombok/extern/jackson/Jacksonized.java
@@ -49,7 +49,7 @@ import lombok.experimental.SuperBuilder;
* <li>Insert {@code @JsonPOJOBuilder(withPrefix="")} on the generated builder
* class to override Jackson's default prefix "with". If you configured a
* different prefix in lombok using {@code setterPrefix}, this value is used. If
- * you changed the name of the {@code build()} method using using
+ * you changed the name of the {@code build()} method using
* {@code buildMethodName}, this is also made known to Jackson.</li>
* <li>For {@code @SuperBuilder}, make the builder implementation class
* package-private.</li>