Skip to content

Commit 4217ab5

Browse files
committed
update comments
1 parent 31c8b80 commit 4217ab5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sentry-android-ndk/src/main/java/io/sentry/android/ndk/DebugImagesLoader.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@ public DebugImagesLoader(
145145
return null;
146146
}
147147

148-
/**
149-
* Clears the caching of debug images on sentry-native and here.
150-
*/
151148
@Override
152149
public void clearDebugImages() {
153150
try (final @NotNull ISentryLifecycleToken ignored = debugImagesLock.acquire()) {

0 commit comments

Comments
 (0)