Skip to content

Commit c5edb6e

Browse files
buenaflorclaude
andcommitted
ref(extend-app-start): Drop redundant javadoc on IAppStartExtender methods
The class javadoc already enumerates the Sentry.* methods; the per-method javadoc just restated the method names. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent fa88aa6 commit c5edb6e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

sentry/src/main/java/io/sentry/IAppStartExtender.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@
1212
@ApiStatus.Internal
1313
public interface IAppStartExtender {
1414

15-
/** Starts extending the app start measurement. See {@code Sentry.extendAppStart()}. */
1615
void extendAppStart();
1716

18-
/** Finishes the extended app start. See {@code Sentry.finishAppStart()}. */
1917
void finishAppStart();
2018

2119
/**
2220
* Returns the active extended app start span to attach child spans to, or a no-op span when no
23-
* extension is active. See {@code Sentry.getExtendedAppStartSpan()}.
21+
* extension is active.
2422
*/
2523
@NotNull
2624
ISpan getExtendedAppStartSpan();

0 commit comments

Comments
 (0)