We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce7b77 commit 7e9bbebCopy full SHA for 7e9bbeb
jsonb-generator/src/main/java/io/avaje/jsonb/generator/Processor.java
@@ -102,7 +102,7 @@ private void registerCustomAdapters(Set<? extends Element> elements) {
102
() ->
103
logError(
104
typeElement,
105
- "Non-Generic adapters must have a public contrustor with a single Jsonb parameter"));
+ "Non-Generic adapters must have a public constructor with a single Jsonb parameter"));
106
107
metaData.add(type);
108
}
0 commit comments