commit | 9c2884015857bed2c1770e0c8e314053bbfaf9bd | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Thu May 21 12:37:10 2009 -0700 |
committer | Leon Scroggins <scroggo@google.com> | Thu May 21 12:37:10 2009 -0700 |
tree | 74ed5024e5a6748cf51127a3fe4f65942c6b6b60 | |
parent | 9343f6ae8f9e29ca8b1f45149fe5d86776d31cc3 [diff] |
[findbugs] Add the static keyword to unchanging integers. mUrlIndex, mTitleIndex, and mBookmarkIndex are member variables which are the same for all MyAdapters, so change them to static.