Skip to content

Commit

Permalink
Clean up JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim committed Jul 30, 2023
1 parent d3d02ae commit 31116a4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ public class ContentReference
* logs.
*
* @since 2.9
* @deprecated Since 2.16. {@link ErrorReportConfiguration#DEFAULT_MAX_RAW_CONTENT_LENGTH} will be used by default or
* as configured by {@link ErrorReportConfiguration.Builder#maxRawContentLength(int)}
* will be used instead.
* @deprecated Since 2.16. {@link ErrorReportConfiguration.Builder#maxRawContentLength(int)} will be used instead.
*/
@Deprecated
public static final int DEFAULT_MAX_CONTENT_SNIPPET = 500;
Expand Down

0 comments on commit 31116a4

Please sign in to comment.