Skip to content

Commit

Permalink
Cleanep up compiler warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
  • Loading branch information
owaiskazi19 committed Nov 3, 2022
1 parent d87b9ad commit 010b73e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public ClusterStateResponse read(StreamInput in) throws IOException {

/**
* Invokes await on the ClusterStateResponseHandler count down latch
* @throws InterruptedException
* if await returns an exception
*/
public void awaitResponse() throws InterruptedException {
inProgressLatch.await(ExtensionsOrchestrator.EXTENSION_REQUEST_WAIT_TIMEOUT, TimeUnit.SECONDS);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public EnvironmentSettingsResponse read(StreamInput in) throws IOException {

/**
* Invokes await on the EnvironmentSettingsResponseHandler count down latch
* @throws InterruptedException
* if await returns an exception
*/
public void awaitResponse() throws InterruptedException {
inProgressLatch.await(ExtensionsOrchestrator.EXTENSION_REQUEST_WAIT_TIMEOUT, TimeUnit.SECONDS);
Expand Down

0 comments on commit 010b73e

Please sign in to comment.