Rev 1288 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 3093 2014-03-08 10:03:02
- Author: steve
- Log message:
- Fix a possible assertion when building the street index.
All cases where sorted names are compared with equals() need to be
changed to use Collator.compare() with the SrtCollator from Sort.
This patch fixes just a few cases to fix an observed assertion error.