Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jan 14, 2025
1 parent 2d59b70 commit f4492c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ We also provide a method for cleaning up all files on the blob storage associate

```java
final Map<String, Object> properties = ...;
final AbstractLargeMessageConfig config = new AbstractLargeMessageConfig(this.properties);
final LargeMessageStoringClient storer = this.config.getStorer()
final AbstractLargeMessageConfig config = new AbstractLargeMessageConfig(properties);
final LargeMessageStoringClient storer = config.getStorer();
storer.deleteAllFiles("topic");
```

Expand Down

0 comments on commit f4492c5

Please sign in to comment.