Skip to content

Commit cf7b818

Browse files
committed
Remove Nullable
1 parent be043a3 commit cf7b818

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

instrumentation/aws-sdk/aws-sdk-2.2/library/src/main/java/io/opentelemetry/instrumentation/awssdk/v2_2/internal/BedrockRuntimeAttributesGetter.java

-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ public Double getRequestTopP(ExecutionAttributes executionAttributes) {
115115
return BedrockRuntimeAccess.getTopP(executionAttributes.getAttribute(SDK_REQUEST_ATTRIBUTE));
116116
}
117117

118-
@Nullable
119118
@Override
120119
public List<String> getResponseFinishReasons(
121120
ExecutionAttributes executionAttributes, Response response) {

0 commit comments

Comments
 (0)