Skip to content

Commit

Permalink
migrated annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Aug 11, 2023
1 parent 01b58ba commit dd3b190
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
import io.sentry.protocol.SentryId;
import io.sentry.protocol.SentryTransaction;
import io.sentry.protocol.User;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

import javax.annotation.Nullable;
import javax.validation.constraints.NotNull;
import java.util.*;

public class MockHub implements IHub {
Expand Down

0 comments on commit dd3b190

Please sign in to comment.