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