GH-2634: Javadoc Polishing

This commit is contained in:
Gary Russell
2023-01-31 10:37:43 -05:00
parent a325b8b9fd
commit 8411d9c548
2 changed files with 4 additions and 4 deletions

View File

@@ -21,12 +21,12 @@ import java.util.function.BiFunction;
import reactor.kafka.receiver.ReceiverOptions;
import org.springframework.core.Ordered;
import org.springframework.core.annotation.Order;
/**
* Customizer for {@link ReceiverOptions}; the first parameter contains the binder name;
* the second is the {@link ReceiverOptions} to customize. Return the customized
* {@link ReceiverOptions}. Applied in {@link Order} if multiple customizers are found.
* {@link ReceiverOptions}. Applied in {@link Ordered order} if multiple customizers are
* found.
*
* @author Gary Russell
* @since 4.0.2

View File

@@ -21,12 +21,12 @@ import java.util.function.BiFunction;
import reactor.kafka.sender.SenderOptions;
import org.springframework.core.Ordered;
import org.springframework.core.annotation.Order;
/**
* Customizer for {@link SenderOptions}; the first parameter contains the binder name; the
* second is the {@link SenderOptions} to customize. Return the customized
* {@link SenderOptions}. Applied in {@link Order} if multiple customizers are found.
* {@link SenderOptions}. Applied in {@link Ordered order} if multiple customizers are
* found.
*
* @author Gary Russell
* @since 4.0.2