Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Revert "Revert "Fixed invalid java code snippet""
Browse files Browse the repository at this point in the history
This reverts commit d2c1287.
  • Loading branch information
sobychacko committed Jan 27, 2022
1 parent 45245f4 commit 3f1f7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/kafka-streams.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ It will use that for inbound deserialization.

```
@Bean
public Serde<Foo() customSerde{
public Serde<Foo> customSerde() {
...
}

Expand Down

0 comments on commit 3f1f7db

Please sign in to comment.