Skip to content

Commit 7e9bbeb

Browse files
committed
Update Processor.java
1 parent 0ce7b77 commit 7e9bbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonb-generator/src/main/java/io/avaje/jsonb/generator/Processor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private void registerCustomAdapters(Set<? extends Element> elements) {
102102
() ->
103103
logError(
104104
typeElement,
105-
"Non-Generic adapters must have a public contrustor with a single Jsonb parameter"));
105+
"Non-Generic adapters must have a public constructor with a single Jsonb parameter"));
106106

107107
metaData.add(type);
108108
}

0 commit comments

Comments
 (0)