]> git.argeo.org Git - gpl/argeo-slc.git/blob - DiffKey.java
9d34f720af9ece84432974d6fc8fec49d2722219
[gpl/argeo-slc.git] / DiffKey.java
1 package org.argeo.slc.diff;
2
3 /**
4 * Object able to uniquely identify an atomic diff part. Used to identify
5 * missings and left-overs.
6 */
7 public interface DiffKey {
8 public String toString();
9 }