From c300ec6d1d08bea5f398e5e1bf7f88d5cf5f2f30 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Mon, 1 May 2023 07:25:15 +0200 Subject: [PATCH] Fix documentation --- .../src/org/argeo/api/uuid/NoOpUuidFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}. */ -- 2.30.2