From ae2f83212583443c0ed62a67c63d3bf2f1eec08c Mon Sep 17 00:00:00 2001 From: fahadshamiinsta Date: Mon, 15 Jan 2024 09:44:15 +1100 Subject: [PATCH] pushing to trigger ci checks Signed-off-by: fahadshamiinsta --- .../repositories/gcs/GoogleCloudStorageServiceTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/repository-gcs/src/test/java/org/opensearch/repositories/gcs/GoogleCloudStorageServiceTests.java b/plugins/repository-gcs/src/test/java/org/opensearch/repositories/gcs/GoogleCloudStorageServiceTests.java index fb27b32bc5a77..58e412684ed5a 100644 --- a/plugins/repository-gcs/src/test/java/org/opensearch/repositories/gcs/GoogleCloudStorageServiceTests.java +++ b/plugins/repository-gcs/src/test/java/org/opensearch/repositories/gcs/GoogleCloudStorageServiceTests.java @@ -259,7 +259,7 @@ public void testDefaultCredentialsThrowsExceptionWithoutGCStorageService() { /** * This is a helper method to provide GCS Client settings without credentials - * @return + * @return GoogleCloudStorageClientSettings * @throws URISyntaxException */ private GoogleCloudStorageClientSettings getGCSClientSettingsWithoutCredentials() throws URISyntaxException {