Can someone add the following method to "org.apache.commons.id.IdentifierUtils" ?

   public static String nextUUIDVersionFourIdentifier() {
       return UUID_VERSION_FOUR_GENERATOR.nextIdentifier().toString();
   }


There utility methods for all other id generators, but none for UUID (version 1 or 4).


Thanks,

Tolga.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to