We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c34cfc commit 8ca4943Copy full SHA for 8ca4943
runtime/service/src/main/java/org/apache/polaris/service/exception/IcebergExceptionMapper.java
@@ -263,8 +263,8 @@ static Optional<Integer> mapCloudExceptionToResponseCode(Throwable t) {
263
}
264
265
/**
266
- * This function is only present for the {@code ExceptionMapperTest} and must only be used during
267
- * once any execution of {@link #toResponse(RuntimeException)}.
+ * This function is only present for the {@code ExceptionMapperTest} and must only be used once
+ * during any execution of {@link #toResponse(RuntimeException)}.
268
*/
269
@VisibleForTesting
270
Logger getLoggerForExceptionLogging() {
0 commit comments