Skip to content

Commit

Permalink
Merge branch 'feat/lazy-span-id-v8' of github.com:getsentry/sentry-ja…
Browse files Browse the repository at this point in the history
…va into feat/lazy-span-id-v8
  • Loading branch information
lbloder committed Oct 22, 2024
2 parents c18a74d + edba0c7 commit 35b17db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sentry/src/main/java/io/sentry/protocol/SentryId.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public int hashCode() {
return lazyStringValue.getValue().hashCode();
}


private @NotNull String normalize(@NotNull String uuidString) {
return StringUtils.normalizeUUID(uuidString).replace("-", "");
}
Expand Down

0 comments on commit 35b17db

Please sign in to comment.