Skip to content

Commit 8ca4943

Browse files
snazyadutra
andauthored
Update runtime/service/src/main/java/org/apache/polaris/service/exception/IcebergExceptionMapper.java
Co-authored-by: Alexandre Dutra <[email protected]>
1 parent 0c34cfc commit 8ca4943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/service/src/main/java/org/apache/polaris/service/exception/IcebergExceptionMapper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ static Optional<Integer> mapCloudExceptionToResponseCode(Throwable t) {
263263
}
264264

265265
/**
266-
* This function is only present for the {@code ExceptionMapperTest} and must only be used during
267-
* once any execution of {@link #toResponse(RuntimeException)}.
266+
* This function is only present for the {@code ExceptionMapperTest} and must only be used once
267+
* during any execution of {@link #toResponse(RuntimeException)}.
268268
*/
269269
@VisibleForTesting
270270
Logger getLoggerForExceptionLogging() {

0 commit comments

Comments
 (0)