Skip to content

Commit 824a2d9

Browse files
committed
#1561 missing dot
1 parent 6ef0a4c commit 824a2d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

value-processor/src/org/immutables/value/processor/Immutables.generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3417,7 +3417,7 @@ static final [output.linesShortable]class Json[type.generics]
34173417
* @deprecated Do not use this method directly, it exists only for the <em>Jackson</em>-binding infrastructure
34183418
*/
34193419
@Deprecated
3420-
[if classpath.available (jackson 'annotation.JsonCreator.Mode')]
3420+
[if classpath.available (jackson '.annotation.JsonCreator.Mode')]
34213421
@[jackson].annotation.JsonCreator(mode = [jackson].annotation.JsonCreator.Mode.DELEGATING)
34223422
[else]
34233423
@[jackson].annotation.JsonCreator

0 commit comments

Comments
 (0)