mirror of
https://github.com/apache/lucene.git
synced 2025-02-28 13:29:26 +00:00
LUCENE-3078: one more Generics Police ticket
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1100291 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e555950a3e
commit
78e553d270
@ -359,7 +359,7 @@ final class DocumentsWriterDeleteQueue {
|
||||
|
||||
private boolean forceApplyGlobalSlice() {
|
||||
globalBufferLock.lock();
|
||||
final Node currentTail = tail;
|
||||
final Node<?> currentTail = tail;
|
||||
try {
|
||||
if (globalSlice.sliceTail != currentTail) {
|
||||
globalSlice.sliceTail = currentTail;
|
||||
|
Loading…
x
Reference in New Issue
Block a user