Skip to content

Commit

Permalink
address comment: clean typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MabelYC committed Aug 12, 2020
1 parent 10d5d2f commit 926c758
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public interface SystemFactory {

/**
* This function provides an extra input parameter to {@link #getConsumer}, which can be used to provide extra
* information for the consumer instance, e.g. ownership of client instance, to helper better identify consumers in logs,
* information for the consumer instance, e.g. ownership of client instance, to help better identify consumers in logs,
* threads and client instances etc., along with other relevant information like systemName.
*
* @param systemName The name of the system to create consumer for.
Expand All @@ -53,7 +53,7 @@ default SystemConsumer getConsumer(String systemName, Config config, MetricsRegi

/**
* This function provides an extra input parameter to {@link #getProducer}, which can be used to provide extra
* information for the producer instance, e.g. ownership of client instance, to helper better identify producers in logs,
* information for the producer instance, e.g. ownership of client instance, to help better identify producers in logs,
* threads and client instances etc., along with other relevant information like systemName.
*
* @param systemName The name of the system to create producer for.
Expand All @@ -68,7 +68,7 @@ default SystemProducer getProducer(String systemName, Config config, MetricsRegi

/**
* This function provides an extra input parameter to {@link #getAdmin}, which can be used to provide extra
* information for the admin instance, e.g. ownership of client instance, to helper better identify admins in logs,
* information for the admin instance, e.g. ownership of client instance, to help better identify admins in logs,
* threads and client instances etc., along with other relevant information like systemName.
*
* @param systemName The name of the system to create admin for.
Expand Down

0 comments on commit 926c758

Please sign in to comment.