We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7431880 commit 349d829Copy full SHA for 349d829
aws-xray-recorder-sdk-core/src/main/java/com/amazonaws/xray/AWSXRayRecorder.java
@@ -141,7 +141,7 @@ public AWSXRayRecorder() {
141
this(null);
142
}
143
144
- public AWSXRayRecorder(Emitter sharedEmitter) {
+ AWSXRayRecorder(Emitter sharedEmitter) {
145
samplingStrategy = new DefaultSamplingStrategy();
146
streamingStrategy = new DefaultStreamingStrategy();
147
prioritizationStrategy = new DefaultPrioritizationStrategy();
0 commit comments