Skip to content

Commit af2bcad

Browse files
committed
better javadoc for deprecation
1 parent a349be2 commit af2bcad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-log4j2/src/main/java/io/sentry/log4j2/SentryAppender.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public class SentryAppender extends AbstractAppender {
6565
}
6666

6767
/**
68-
* @deprecated please use the non deprecated constructor instead.
68+
* @deprecated This constructor is deprecated. Please use {@link #SentryAppender(String, Filter, String, Level, Level, Level, Boolean, ITransportFactory, IScopes, String[])} instead.
6969
*/
7070
@Deprecated
7171
@SuppressWarnings("InlineMeSuggester")

0 commit comments

Comments
 (0)