OSDN Git Service

Use a typed comparison of floating point field values rather than just a string compa...
authorChristopher Tate <ctate@google.com>
Thu, 23 Oct 2008 03:23:11 +0000 (20:23 -0700)
committerChristopher Tate <ctate@google.com>
Thu, 23 Oct 2008 03:23:11 +0000 (20:23 -0700)
commit824b6963bd54b0b11def75e5fa65086281cf462e
treed825b0c0fd354c3b0621c2c89b24d861ae8492f8
parent3caa7cfa04804479481e5042bfe9b57d1478a9b6
Use a typed comparison of floating point field values rather than just a string comparison.
This addresses toolchain issues; see http://code.google.com/p/android/issues/detail?id=994
tools/apicheck/src/com/android/apicheck/FieldInfo.java