commit | 02372a9272be529d681b179bfe6cb80f19e74e46 | [log] [tgz] |
---|---|---|
author | Ta-wei Yen <twyen@google.com> | Mon Jul 11 14:46:40 2016 -0700 |
committer | Ta-wei Yen <twyen@google.com> | Tue Jul 12 10:29:14 2016 -0700 |
tree | bf30965472ea02fdee5df682d87cf3f3d2ef9a04 | |
parent | 63106685cec9520fddcaafa9dcc067b357ba90a2 [diff] |
Remove NOOP in VVM connection ImapFolder.open() is always called on a new instance. Using NOOP to validate existing connection is never ran. This CL removes the NOOP check and asserts open() is only called once per instance. Change-Id: I5b45f043707529783409915e1c1652d2a28f5911 Fixes: 27817300