We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c8149 commit 4ccf64bCopy full SHA for 4ccf64b
sentry/src/main/java/io/sentry/SentryOptions.java
@@ -1455,7 +1455,7 @@ public List<IScopeObserver> getScopeObservers() {
1455
@ApiStatus.Internal
1456
@Nullable
1457
public PersistingScopeObserver findPersistingScopeObserver() {
1458
- for (IScopeObserver observer : observers) {
+ for (final @NotNull IScopeObserver observer : observers) {
1459
if (observer instanceof PersistingScopeObserver) {
1460
return (PersistingScopeObserver) observer;
1461
}
0 commit comments