Skip to content

Commit ab1a146

Browse files
committed
Format code
1 parent 4b757b8 commit ab1a146

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sentry/src/main/java/io/sentry/SentryOptions.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ public class SentryOptions {
199199
private int maxBreadcrumbs = 100;
200200

201201
/**
202-
* This variable controls the total amount of feature flag evaluations that should be stored on the scope.
203-
* The most recent `maxFeatureFlags` evaluations are stored on each scope.
204-
* Default is 100
202+
* This variable controls the total amount of feature flag evaluations that should be stored on
203+
* the scope. The most recent `maxFeatureFlags` evaluations are stored on each scope. Default is
204+
* 100
205205
*/
206206
private int maxFeatureFlags = 100;
207207

0 commit comments

Comments
 (0)