Fix executor propagation in CallOptions.

This commit is contained in:
Carl Mastrangelo 2016-01-29 15:25:24 -08:00
parent 8a40989fef
commit 127e7c04a0
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ public final class CallOptions {
deadlineNanoTime = other.deadlineNanoTime;
authority = other.authority;
requestKey = other.requestKey;
executor = other.executor;
}
@Override