From: Mathieu Baudier Date: Mon, 1 May 2023 05:25:15 +0000 (+0200) Subject: Fix documentation X-Git-Tag: v2.3.16~14 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=c300ec6d1d08bea5f398e5e1bf7f88d5cf5f2f30;p=lgpl%2Fargeo-commons.git Fix documentation --- diff --git a/org.argeo.api.uuid/src/org/argeo/api/uuid/NoOpUuidFactory.java b/org.argeo.api.uuid/src/org/argeo/api/uuid/NoOpUuidFactory.java index cca147e3f..086716162 100644 --- a/org.argeo.api.uuid/src/org/argeo/api/uuid/NoOpUuidFactory.java +++ b/org.argeo.api.uuid/src/org/argeo/api/uuid/NoOpUuidFactory.java @@ -3,11 +3,11 @@ package org.argeo.api.uuid; import java.util.UUID; /** - * An {@link UuidFactory} which does not implement any algorith and returns + * An {@link UuidFactory} which does not implement any algorithm and returns * {@link UnsupportedOperationException} for methods requiring them. Only * {@link UuidFactory#get()} and {@link UuidFactory#randomUUID()} are * implemented, trivially based on {@link UUID#randomUUID()}. It can be useful - * as a base class for partial implementations, or whren only random + * as a base class for partial implementations, or when only random * {@link UUID}s are needed, but one wants to integrate with this UUID API via * {@link UuidFactory}. */