org.openstreetmap.josm.io
Class DiffResultProcessor.DiffResultEntry

java.lang.Object
  extended by org.openstreetmap.josm.io.DiffResultProcessor.DiffResultEntry
Enclosing class:
DiffResultProcessor

private static class DiffResultProcessor.DiffResultEntry
extends java.lang.Object


Field Summary
 long new_id
           
 int new_version
           
 
Constructor Summary
private DiffResultProcessor.DiffResultEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

new_id

public long new_id

new_version

public int new_version
Constructor Detail

DiffResultProcessor.DiffResultEntry

private DiffResultProcessor.DiffResultEntry()


JOSM