Skip to content

Commit 736a33b

Browse files
authored
Fix javadoc on TransportResult (#4528)
* Fix javadoc on TransportResult * changelog
1 parent 596fe1e commit 736a33b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Fixes
6+
7+
- Fix javadoc on TransportResult ([#4528](https://github.com/getsentry/sentry-java/pull/4528))
8+
39
## 8.16.0
410

511
### Features

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)