Skip to content
Snippets Groups Projects
Commit 744c068e authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-6891 Adjust wording

parent caf5d8c4
Branches
Tags
No related merge requests found
...@@ -31,7 +31,7 @@ import lombok.extern.log4j.Log4j2; ...@@ -31,7 +31,7 @@ import lombok.extern.log4j.Log4j2;
* A client for sending and receiving messages via the XTA protocol. * A client for sending and receiving messages via the XTA protocol.
* *
* <p> * <p>
* The client may be initialized for a {@link XtaClientConfig} configuration by {@link #from(XtaClientConfig)}. * The client may be initialized with an {@link XtaClientConfig} configuration by {@link #from(XtaClientConfig)}.
* </p> * </p>
* *
* Example: * Example:
...@@ -55,7 +55,7 @@ public class XtaClient { ...@@ -55,7 +55,7 @@ public class XtaClient {
static final String NO_MESSAGE_CLOSED_WARNING = "No message has been closed although more are pending. Try increasing max list items."; static final String NO_MESSAGE_CLOSED_WARNING = "No message has been closed although more are pending. Try increasing max list items.";
/** /**
* Initialize a new {@link XtaClient} instance from the given configuration. * Initialize a new {@link XtaClient} instance based on the given configuration.
* *
* @param config The configuration for the client. * @param config The configuration for the client.
* @return The initialized client. * @return The initialized client.
......
...@@ -18,7 +18,7 @@ import lombok.RequiredArgsConstructor; ...@@ -18,7 +18,7 @@ import lombok.RequiredArgsConstructor;
import lombok.ToString; import lombok.ToString;
/** /**
* Configuration for creating an instance of {@link de.ozgcloud.xta.client.XtaClient}. * Configuration of a {@link de.ozgcloud.xta.client.XtaClient}.
*/ */
@RequiredArgsConstructor @RequiredArgsConstructor
@Getter @Getter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment