Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Fix Hyperlink in ThreadNames Javadoc (#5879)
Browse files Browse the repository at this point in the history
Fix Hyperlink in ThreadNames Javadoc
  • Loading branch information
carterkozak authored Jan 26, 2022
1 parent 0130a5b commit a8ebaa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public final class ThreadNames {
* Note that unlike {@link Thread#setName(String)} this implementation may not
* synchronize on the {@code thread} object.
*
* @see <a href="https://github.com/palantir/atlasdb/pull/5796>atlasdb#5796</a>
* @see <a href="https://github.com/palantir/atlasdb/pull/5796">atlasdb#5796</a>
*/
public static void setThreadName(Thread thread, String name) {
Preconditions.checkNotNull(thread, "Thread is required");
Expand Down

0 comments on commit a8ebaa6

Please sign in to comment.