Skip to content

Commit b280cf1

Browse files
committed
Format code
1 parent af2bcad commit b280cf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

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

6767
/**
68-
* @deprecated This constructor is deprecated. Please use {@link #SentryAppender(String, Filter, String, Level, Level, Level, Boolean, ITransportFactory, IScopes, String[])} instead.
68+
* @deprecated This constructor is deprecated. Please use {@link #SentryAppender(String, Filter,
69+
* String, Level, Level, Level, Boolean, ITransportFactory, IScopes, String[])} instead.
6970
*/
7071
@Deprecated
7172
@SuppressWarnings("InlineMeSuggester")

0 commit comments

Comments
 (0)