Skip to content

Commit f959d28

Browse files
committed
Fix javadoc on TransportResult
1 parent 596fe1e commit f959d28

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)