Skip to content

Commit

Permalink
Minor changes [ci fast]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Aug 9, 2023
1 parent a66b0e6 commit 7e58c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class PluginUpdater extends UpdateManager {
= =
= ${repos}
= =
= This is only meant to be used for plugin repos purposes. =
= This is only meant to be used for plugin testing purposes. =
=============================================================================
""".stripIndent(true)
log.warn(msg)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ class WaveClient {
return Failsafe.with(policy).get(action)
}

static private List<Integer> SERVER_ERRORS = [502,503,504]
static private final List<Integer> SERVER_ERRORS = [502,503,504]

protected HttpResponse<String> httpSend(HttpRequest req) {
return safeApply(() -> {
Expand Down

0 comments on commit 7e58c94

Please sign in to comment.