Fix Javadocs
[lgpl/argeo-commons.git] / org.argeo.api.uuid / src / org / argeo / api / uuid / AbstractAsyncUuidFactory.java
index 52becc85ac0946a018e692b1065e3b20c999c83a..fc1c931ff6b4945a09dadec175811bf9854ace73 100644 (file)
@@ -63,7 +63,7 @@ public abstract class AbstractAsyncUuidFactory extends AbstractUuidFactory imple
        }
 
        /**
-        * If positive, only clock_hi is taken from the argument (range & 0x3F00), if
+        * If positive, only clock_hi is taken from the argument (range amp; 0x3F00), if
         * negative, the full range of possible values is used.
         */
        public void setCurrentClockSequenceRange(long range) {