Fixed invalid java code snippet

This commit is contained in:
Rex Ijiekhuamen
2022-01-22 00:58:58 +00:00
committed by Soby Chacko
parent 310683987a
commit 4cbcb4049b

View File

@@ -590,7 +590,7 @@ It will use that for inbound deserialization.
``` ```
@Bean @Bean
public Serde<Foo() customSerde{ public Serde<Foo> customSerde() {
... ...
} }