Skip to content

Commit 0d94d26

Browse files
committed
Does this make sonarcloud happy?
1 parent bf196be commit 0d94d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/bio/terra/service/resourcemanagement/google/GoogleProjectService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ static void createFirestoreDefaultDatabase(String googleProjectId, String locati
461461
logger.error(
462462
"Failed to create Firestore (default) database in project {}", googleProjectId, e);
463463
throw new GoogleResourceException(
464-
String.format("Failed to create Firestore database with error %s", e.getMessage()));
464+
String.format("Failed to create Firestore database with error %s", e.getMessage()), e);
465465
}
466466
}
467467

0 commit comments

Comments
 (0)