1.7 compiler failure

fixes #2294.
This commit is contained in:
Shay Banon 2012-10-01 08:11:28 -04:00
parent 9ad8c08505
commit 9096baf7d9
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public abstract class ShardReplicationOperationRequest<T extends ShardReplicatio
super(request);
this.timeout = request.timeout();
this.index = request.index();
this.threadedOperation = request.threadedOperation;
this.threadedOperation = request.operationThreaded();
this.replicationType = request.replicationType();
this.consistencyLevel = request.consistencyLevel();
}