Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-mastrangelo committed Dec 10, 2023
1 parent 0e64316 commit b713cdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/main/java/io/perfmark/Impl.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
public class Impl {
static final String NO_TAG_NAME = "";
static final long NO_TAG_ID = Long.MIN_VALUE;

/**
* This value is current {@link Long#MIN_VALUE}, but it could also be {@code 0}. The invariant
* {@code NO_LINK_ID == -NO_LINK_ID} must be maintained to work when PerfMark is disabled.
Expand Down

0 comments on commit b713cdc

Please sign in to comment.