}
private CommonEntityData buildCommonEntityData(long entityId, List<Integer> keys, List<Integer> values, Info info,
PbfFieldDecoder fieldDecoder) {
OsmUser user;
CommonEntityData entityData;
// Build the user, but only if one exists.
if (info.hasUid() && info.getUid() >= 0 && info.hasUserSid()) {
user = new OsmUser(info.getUid(), fieldDecoder.decodeString(info.getUserSid()));
} else {
user = OsmUser.NONE;
}
entityData = new CommonEntityData(entityId, info.getVersion(),