Skip to content

Commit 2f75fd1

Browse files
authored
Remove unnecessary close() (#121)
1 parent a0ed57a commit 2f75fd1

File tree

1 file changed

+0
-2
lines changed
  • event-handler/src/main/java/com/optimizely/ab/android/event_handler

1 file changed

+0
-2
lines changed

event-handler/src/main/java/com/optimizely/ab/android/event_handler/EventDAO.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ List<Pair<Long, Event>> getEvents() {
119119
}
120120
} while (cursor.moveToNext());
121121

122-
cursor.close();
123-
124122
logger.info("Got events from SQLite");
125123
}
126124
} catch (Exception e) {

0 commit comments

Comments
 (0)