Revision: 638057114811
Branch: default
Author: Yoram Kulbak <
yoram....@gmail.com>
Date: Sun Sep 2 11:59:09 2012 UTC
Log: Make IdentifierSource public so that it can be implemented by
users
http://code.google.com/p/parfait/source/detail?r=638057114811
Modified:
/dxm/src/main/java/com/custardsource/parfait/dxm/IdentifierSource.java
=======================================
--- /dxm/src/main/java/com/custardsource/parfait/dxm/IdentifierSource.java
Wed Nov 4 06:45:09 2009 UTC
+++ /dxm/src/main/java/com/custardsource/parfait/dxm/IdentifierSource.java
Sun Sep 2 11:59:09 2012 UTC
@@ -2,6 +2,6 @@
import java.util.Set;
-interface IdentifierSource {
+public interface IdentifierSource {
int calculateId(String name, Set<Integer> usedIds);
}