Revert "Revert "Fixed invalid java code snippet""

This reverts commit d2c12873d0.
This commit is contained in:
Soby Chacko
2022-01-27 10:52:22 -05:00
parent 45245f4b92
commit 3f1f7dbbe8

View File

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