commit | a0847d55aae40a7c266c4a8a6fbc9c5743e922c7 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Wed May 27 16:41:59 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Wed May 27 16:41:59 2009 -0700 |
tree | ff365953b35f42b16992eda97e2059940fd6728e | |
parent | 4ccee5a897c7b6d4baa3ac84035bb43f4076badf [diff] |
Extract the PushOp logic from PushQueue There is no reason for this to be wedged inside of the PushQueue, using static methods. Its cleaner to make the PushOp actually be the Runnable we inject into the WorkQueue, and let it manage the push via its own instance members. Consequently, it is now a proper top level class. Signed-off-by: Shawn O. Pearce <sop@google.com>