Skip to content

Commit 13d0f91

Browse files
Update core/src/main/java/com/sap/ai/sdk/core/common/ClientResponseHandler.java
Co-authored-by: Charles Dubois <[email protected]>
1 parent 7b631c1 commit 13d0f91

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/com/sap/ai/sdk/core/common/ClientResponseHandler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ private Try<String> tryGetContent(@Nonnull final HttpEntity entity) {
105105
* @throws ClientException if the response is an error (4xx/5xx)
106106
*/
107107
@SuppressWarnings("PMD.CloseResource")
108-
@Nonnull
109108
protected void buildAndThrowException(@Nonnull final ClassicHttpResponse httpResponse) throws E {
110109

111110
val entity = httpResponse.getEntity();

0 commit comments

Comments
 (0)