Skip to content

Commit

Permalink
Update site/src/pages/release-notes/1.31.0.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Trustin Lee <[email protected]>
  • Loading branch information
jrhee17 and trustin authored Nov 14, 2024
1 parent 42d03e6 commit 1b294cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions site/src/pages/release-notes/1.31.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ date: 2024-11-13
a [Nacos](https://nacos.io/) registry server. #5365 #5409
- Use <type://NacosUpdatingListener> to register the <typeplural://Server> to [Nacos](https://nacos.io/):
```java
Server server =
Server.builder()
...;
Server server = ...;
server.addListener(
NacosUpdatingListener
.builder(nacosUri, "my-service")
Expand Down

0 comments on commit 1b294cb

Please sign in to comment.