Native UUID factory fully implemented.
[lgpl/argeo-commons.git] / org.argeo.api.uuid / src / org / argeo / api / uuid / NativeUuidFactory.java
index cc7b367d6509f350485b54e123b11008271c12d4..0c6088aa2d0fbe0a35aaedbf6069823f230fee54 100644 (file)
@@ -27,7 +27,7 @@ public class NativeUuidFactory implements UuidFactory, TypedUuidFactory {
 
        @Override
        public UUID randomUUIDWeak() {
-               throw new UnsupportedOperationException();
+               return randomUUIDStrong();
        }
 
 }