Fix Javadocs
[lgpl/argeo-commons.git] / org.argeo.api.uuid / src / org / argeo / api / uuid / ConcurrentUuidFactory.java
index f2bd43689772a24c87ba5ad81e53f1f0fe00ddb4..130a90a84bfb49be449539bd939fc2cc696bd742 100644 (file)
@@ -10,7 +10,7 @@ import java.util.UUID;
  * A configurable implementation of an {@link AsyncUuidFactory}, which can be
  * used as a base class for more optimised implementations.
  * 
- * @see https://datatracker.ietf.org/doc/html/rfc4122
+ * @see "https://datatracker.ietf.org/doc/html/rfc4122"
  */
 public class ConcurrentUuidFactory extends AbstractAsyncUuidFactory implements TypedUuidFactory {
 //     private final static Logger logger = System.getLogger(ConcurrentUuidFactory.class.getName());