Skip to content

Commit 5f144a2

Browse files
committed
add nullable type annotations
1 parent 0260158 commit 5f144a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-xray-recorder-sdk-core/src/main/java/com/amazonaws/xray/AWSXRayRecorder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public AWSXRayRecorder() {
141141
this(null);
142142
}
143143

144-
AWSXRayRecorder(Emitter sharedEmitter) {
144+
AWSXRayRecorder(@Nullable Emitter sharedEmitter) {
145145
samplingStrategy = new DefaultSamplingStrategy();
146146
streamingStrategy = new DefaultStreamingStrategy();
147147
prioritizationStrategy = new DefaultPrioritizationStrategy();

0 commit comments

Comments
 (0)