Skip to content

Commit

Permalink
Fix javadoc (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhernandez35 authored Oct 6, 2020
1 parent c6a543f commit ec009fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ec009fd

Please sign in to comment.