Fixed invalid java code snippet
This commit is contained in:
committed by
Soby Chacko
parent
42d3b92c7b
commit
5b880a8104
@@ -826,7 +826,7 @@ It will use that for inbound deserialization.
|
||||
|
||||
```
|
||||
@Bean
|
||||
public Serde<Foo() customSerde{
|
||||
public Serde<Foo> customSerde() {
|
||||
...
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user