// License: GPL. For details, see LICENSE file. package org.openstreetmap.josm.io; import java.io.Serializable; /** * GWT * * originally inner class from DiffResultProcessor */ public class DiffResultEntry implements Serializable { public long new_id; public int new_version; }