commit | eccadbf86d70bb38f2b3bfc8570bcdc219e4364a | [log] [tgz] |
---|---|---|
author | Bruce Zu <bruce.zu@sonymobile.com> | Tue Jul 30 10:34:47 2013 +0800 |
committer | Bruce Zu <bruce.zu@sonymobile.com> | Tue Jul 30 10:50:56 2013 +0800 |
tree | d88ebc09ca82522401510bfbe42609bc11b481d3 | |
parent | 28e48846b547190c21121f5a789119ceee07677f [diff] |
Clean redundant code in Plugin and JarPlugin Below code in JarPlugin are same with that in Plugin, can not find the reason why we need keep 2 copies of them. Clean them to make the code dry and easy to read. -function isModified() and variable 'snapshot' -isDisabled() and variable 'disabled' -class CacheKey -function getApiType() Change-Id: Id144a8a1c06320d506e660c1e5ca8c6cc7b36b49