Skip to content

Commit 161503c

Browse files
committed
Updated from comments, updated to latest version.
1 parent db8133b commit 161503c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-app-configuration/enable-dynamic-configuration-java-spring-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ Then, open the *pom.xml* file in a text editor and add a `<dependency>` for `azu
178178
|---|---|
179179
| sentinel | 2 |
180180
181-
1. Refresh the browser page twice to see the new message displayed. The first time triggers the refresh, the second loads the changes.
181+
1. Refresh the browser page twice to see the new message displayed. The first time triggers the refresh, the second loads the changes, as the first request returns using the original scope.
182182
183183
> [!NOTE]
184-
> The library only checks for changes on the after the refresh interval has passed, if the period hasn't passed then no change will be seen, you will have to wait for the period to pass then trigger the refresh check.
184+
> The library only checks for changes on after the refresh interval has passed. If the refresh interval hasn't passed then it will not check for changes, you will have to wait for the interval to pass then trigger the refresh check.
185185

186186
## Next steps
187187

0 commit comments

Comments
 (0)