X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.api.uuid%2Fsrc%2Forg%2Fargeo%2Fapi%2Fuuid%2FNoOpUuidFactory.java;h=0867161624e0f6b940fd0df22261cf09bb3c7847;hb=55d88fba80cec198a0f11ba7545e19878c51fc5e;hp=cca147e3fa71fe4ce85a432e720452d90251ef24;hpb=fba42be03bc7ec07d464f8942f7dfa2e5f0d6f17;p=lgpl%2Fargeo-commons.git 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}. */