-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove newlines and correct license year #1579
Conversation
@@ -77,15 +78,15 @@ public void deleteEntriesUsingCachePolicy(int numRowsToDelete) { | |||
indexEventHolder.deleteAll(); | |||
} else { | |||
Set<Object> keys = indexEventHolder.getAllPrimaryKeyValues(); | |||
TreeMap<Long, Object> toDelete = new TreeMap<>(); | |||
Map<Long, Object> toDelete = new TreeMap<>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't this in this case (within a function we need to use Map) because this use case specifically needs TreeMap
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted back in 0c7f80d
Codecov Report
@@ Coverage Diff @@
## master #1579 +/- ##
========================================
Coverage 67.7% 67.7%
Complexity 45 45
========================================
Files 650 650
Lines 27471 27471
Branches 4330 4330
========================================
Hits 18598 18598
+ Misses 7062 7060 -2
- Partials 1811 1813 +2
Continue to review full report at Codecov.
|
$Subject