diff --git a/aws-xray-recorder-sdk-core/src/main/java/com/amazonaws/xray/AWSXRayRecorderBuilder.java b/aws-xray-recorder-sdk-core/src/main/java/com/amazonaws/xray/AWSXRayRecorderBuilder.java index 4d4f2548..9817177b 100644 --- a/aws-xray-recorder-sdk-core/src/main/java/com/amazonaws/xray/AWSXRayRecorderBuilder.java +++ b/aws-xray-recorder-sdk-core/src/main/java/com/amazonaws/xray/AWSXRayRecorderBuilder.java @@ -227,7 +227,7 @@ public AWSXRayRecorderBuilder withDefaultPlugins() { * random number generator for generating random IDs. This option should be preferred unless your application * relies on AWS X-Ray trace IDs being generated from a cryptographically secure random number source. * - * @see #withSecureIdGenerator() () + * @see #withSecureIdGenerator() */ public AWSXRayRecorderBuilder withFastIdGenerator() { this.useFastIdGenerator = true;