Skip to content

Commit 6ab4f8d

Browse files
committed
more pmd
1 parent bd6635b commit 6ab4f8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

datamodel/odata-client-apache-httpclient5/src/main/java/com/sap/cloud/sdk/datamodel/odata/client/request/ODataHealthyResponseValidator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ static void requireHealthyResponse( @Nonnull final ODataRequestResult result )
6868
throw new ODataResponseException(requestRelevantForException, httpResponse, msg, null);
6969
}
7070

71+
@SuppressWarnings( "PMD.CloseResource" ) // response lifecycle is owned by the caller
7172
@Nonnull
7273
private static
7374
Option<ODataRequestGeneric>

0 commit comments

Comments
 (0)