Remove static default UUID factory
[lgpl/argeo-commons.git] / org.argeo.api.uuid / src / org / argeo / api / uuid / MacAddressUuidFactory.java
index ab6d55d207ae9576dfd92dc32b5c90a660b17bc2..f9004ce3e6782e1f207b41a61be0ae6c2405fb37 100644 (file)
@@ -14,8 +14,6 @@ import java.util.UUID;
  * @see https://datatracker.ietf.org/doc/html/rfc4122.html#section-4.1.6
  */
 public class MacAddressUuidFactory extends ConcurrentUuidFactory {
-       public final static UuidFactory DEFAULT = new MacAddressUuidFactory();
-
        public MacAddressUuidFactory() {
                this(0, localHardwareAddressAsNodeId());
        }