Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
abaranec committed Jan 4, 2025
1 parent 64478be commit 8368538
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public static void markThreadSystemic() {
}

/**
* Marks the current thread as not systemically important, this can be changed with {@link #markThreadSystemic()} ()}
* Marks the current thread as not systemically important, this can be changed with {@link #markThreadSystemic()}
* ()}
*/
public static void markThreadNotSystemic() {
if (SYSTEMIC_OBJECT_MARKING_ENABLED) {
Expand Down

0 comments on commit 8368538

Please sign in to comment.