Skip to content

Commit 234a51d

Browse files
authored
Merge f959d28 into 596fe1e
2 parents 596fe1e + f959d28 commit 234a51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry/src/main/java/io/sentry/transport/TransportResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import org.jetbrains.annotations.NotNull;
44

55
/**
6-
* A result of {@link ITransport#send(io.sentry.SentryEnvelope)}. Note that this class is
6+
* A result of {@link HttpConnection#send(io.sentry.SentryEnvelope)}. Note that this class is
77
* intentionally not subclassable and has only two factory methods to capture the 2 possible states
88
* - success or error.
99
*/

0 commit comments

Comments
 (0)