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 42d3b92c7b
commit 5b880a8104

View File

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