Changeset 18826 in josm for trunk/test/data

Timestamp:
2023-09-12T18:04:57+02:00 (16 months ago)
Author:
taylor.smock
Message:

Fix #23165: Cannot assign a changesetId > 0 to a new primitive

There were two problems:

  1. Using Number.intValue instead of Number.longValue
  2. Using >> instead of >>> (bit shift)
Location:
trunk/test/data/regress/23165
Files:
2 added

Note: See TracChangeset for help on using the changeset viewer.