Document and clean up UUID factory API and implementation.
[lgpl/argeo-commons.git] / org.argeo.api.uuid / src / org / argeo / api / uuid / AbstractAsyncUuidFactory.java
index 1948eafbd8e82de76afe00e21d4d7620b9259d83..685fe0a07bb3ff2515f3b9cdddd598bd839883a9 100644 (file)
@@ -52,6 +52,10 @@ public abstract class AbstractAsyncUuidFactory extends AbstractUuidFactory imple
                reset();
        }
 
+       protected NodeIdSupplier getNodeIdSupplier() {
+               return nodeIdSupplier;
+       }
+
        /*
         * SYNC OPERATIONS
         */