Fix Javadocs
[lgpl/argeo-commons.git] / org.argeo.api.uuid / src / org / argeo / api / uuid / AbstractUuidFactory.java
index 1bbc4391f248b599293ac4df74c97dccca675ab6..4f2cf3765dcb69d6d912a7491511bee1350742f5 100644 (file)
@@ -12,7 +12,7 @@ import java.util.UUID;
 /**
  * Implementation of the basic RFC4122 algorithms.
  * 
- * @see https://datatracker.ietf.org/doc/html/rfc4122
+ * @see "https://datatracker.ietf.org/doc/html/rfc4122"
  */
 public abstract class AbstractUuidFactory implements UuidFactory {
 
@@ -127,7 +127,7 @@ public abstract class AbstractUuidFactory implements UuidFactory {
        /**
         * Force this node id to be identified as no MAC address.
         * 
-        * @see https://datatracker.ietf.org/doc/html/rfc4122#section-4.5
+        * @see "https://datatracker.ietf.org/doc/html/rfc4122#section-4.5"
         */
        protected static void forceToNoMacAddress(byte[] nodeId, int offset) {
                assert nodeId != null && offset < nodeId.length;