Changeset 11100 in josm for trunk/src/org/openstreetmap/josm/data/osm/Storage.java
- Timestamp:
- 2016-10-08T03:02:51+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/Storage.java
r10655 r11100 275 275 */ 276 276 private static int rehash(int h) { 277 return (1 103515245*h) >> 2;277 return (1_103_515_245*h) >> 2; 278 278 } 279 279
Note:
See TracChangeset
for help on using the changeset viewer.