]> git.argeo.org Git - gpl/argeo-slc.git/blob - legacy/org.argeo.slc.support/src/org/argeo/slc/diff/DiffKey.java
89a34963eb913590dceb5289403b37f838984e10
[gpl/argeo-slc.git] / legacy / org.argeo.slc.support / src / org / argeo / slc / diff / 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 }