Skip to content

Commit

Permalink
Remove mention of deprecated parameter (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein authored Jan 27, 2025
1 parent 24070a2 commit 0b4daac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions website/docs/sdk-reference/java.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,6 @@ ConfigCatClient client = ConfigCatClient.get("#YOUR-SDK-KEY#", options -> {
});
```

If you set the `asyncRefresh` to `false`, the refresh operation will be awaited until the downloading of the new configuration is completed.

Available options:

| Option Parameter | Description | Default |
Expand Down
2 changes: 0 additions & 2 deletions website/versioned_docs/version-V1/sdk-reference/java.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,6 @@ ConfigCatClient client = ConfigCatClient.get("#YOUR-SDK-KEY#", options -> {
});
```

If you set the `asyncRefresh` to `false`, the refresh operation will be awaited until the downloading of the new configuration is completed.

Available options:

| Option Parameter | Description | Default |
Expand Down

0 comments on commit 0b4daac

Please sign in to comment.