commit | c8d85ab5f47d9e04d24458cd4d6e17cde169f9eb | [log] [tgz] |
---|---|---|
author | Dave Borowitz <dborowitz@google.com> | Tue Oct 28 14:31:44 2014 -0700 |
committer | Dave Borowitz <dborowitz@google.com> | Wed Oct 29 15:00:18 2014 -0700 |
tree | 38e339c9e0eb38d08836844dc31fc689e4e1a833 | |
parent | b942d0b0a2d0e4bc41d2c28e85c06b2f0a4b569a [diff] |
Suppress unused argument warnings in unavoidable cases It would be nice if Eclipse were smart enough to ignore unused argument warnings on @UiHandler and @Option methods, but alas it does not. Suppressing these is ugly, but based on all the cleanup in the previous commit, the benefit outweighs the cost. Change-Id: I743917787ffb53be034eee3af2c525652fc18cb0