UUID.st
changeset 5077 5ff492ca37d4
parent 5076 185b8f374d44
child 5218 87cac42cf4f8
--- a/UUID.st	Sun Aug 11 23:50:14 2019 +0200
+++ b/UUID.st	Mon Aug 12 00:12:49 2019 +0200
@@ -801,8 +801,8 @@
 
     For random UUIDs, every byte is random anyway."
 
-    ^ (self computeXorHashFrom:1 to:4)
-"/        bitXor:(self computeXorHashFrom:13 to:16)
+    ^ (self computeXorHashFrom:1 to:4) 
+    "/ bitXor:(self computeXorHashFrom:13 to:16)
 
     "
      |allHashes nonConflictsRatio|