Remove static default UUID factory
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / acr / SingleUserContentRepository.java
index 8125555f9912890258cba87b35daf723e6fef1e3..5e7c191e269c5f3fef0ff401db2af253fee6149c 100644 (file)
@@ -26,7 +26,7 @@ public class SingleUserContentRepository extends AbstractContentRepository {
 
        private UUID uuid;
 
-       private UuidFactory uuidFactory = MacAddressUuidFactory.DEFAULT;
+       private UuidFactory uuidFactory = new MacAddressUuidFactory();
 
        // the single session
        private CmsContentSession contentSession;