Document and clean up UUID factory API and implementation.
[lgpl/argeo-commons.git] / org.argeo.api.uuid / src / org / argeo / api / uuid / MacAddressUuidFactory.java
index 39c919fa6d36976bed0439a0b2a2c22138ecf41b..9f27fad842bde97e615a2acef99425ee9ec4856b 100644 (file)
@@ -16,7 +16,7 @@ public class MacAddressUuidFactory extends ConcurrentUuidFactory {
        public final static UuidFactory DEFAULT = new MacAddressUuidFactory();
 
        public MacAddressUuidFactory() {
-               super(localHardwareAddressAsNodeId(), 0);
+               super(localHardwareAddressAsNodeId());
        }
 
        public static byte[] localHardwareAddressAsNodeId() {