Skip to content

Commit 1663eba

Browse files
committed
Fix javadoc
1 parent a171a00 commit 1663eba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sentry/src/main/java/io/sentry/Breadcrumb.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public Breadcrumb(final @NotNull Date timestamp) {
214214
/**
215215
* Creates user breadcrumb - a user interaction with your app's UI. The breadcrumb can contain
216216
* additional data like {@code viewId} or {@code viewClass}. By default, the breadcrumb is
217-
* captured with {@link SentryLevel.INFO} level.
217+
* captured with {@link SentryLevel} INFO level.
218218
*
219219
* @param subCategory - the category, for example "click"
220220
* @param viewId - the human-readable view id, for example "button_load"
@@ -231,7 +231,7 @@ public Breadcrumb(final @NotNull Date timestamp) {
231231
/**
232232
* Creates user breadcrumb - a user interaction with your app's UI. The breadcrumb can contain
233233
* additional data like {@code viewId} or {@code viewClass}. By default, the breadcrumb is
234-
* captured with {@link SentryLevel.INFO} level.
234+
* captured with {@link SentryLevel} INFO level.
235235
*
236236
* @param subCategory - the category, for example "click"
237237
* @param viewId - the human-readable view id, for example "button_load"

0 commit comments

Comments
 (0)