Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Mar 7, 2024
1 parent df0415c commit 11b80b6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ default void recordDataSent(SocketAddress remoteAddress, SocketAddress proxyAddr
}

/**
* Increments the number of the errors that are occurred.
* Increments the number of the errors that have occurred.
*
* @param remoteAddress The remote peer
*/
void incrementErrorsCount(SocketAddress remoteAddress);

/**
* Increments the number of the errors that are occurred.
* Increments the number of the errors that have occurred.
*
* @param remoteAddress The remote peer
* @param proxyAddress The proxy address
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
public abstract class ContextAwareChannelMetricsRecorder implements ChannelMetricsRecorder {

/**
* Increments the number of the errors that are occurred.
* Increments the number of the errors that have occurred.
*
* @param contextView The current {@link ContextView} associated with the Mono/Flux pipeline
* @param remoteAddress The remote peer
*/
public abstract void incrementErrorsCount(ContextView contextView, SocketAddress remoteAddress);

/**
* Increments the number of the errors that are occurred.
* Increments the number of the errors that have occurred.
*
* @param contextView The current {@link ContextView} associated with the Mono/Flux pipeline
* @param remoteAddress The remote peer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public void recordResponseTime(ContextView contextView, SocketAddress remoteAddr
}

/**
* Increments the number of the errors that are occurred.
* Increments the number of the errors that have occurred.
*
* @param contextView The current {@link ContextView} associated with the Mono/Flux
* @param remoteAddress The remote peer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ default void recordDataSent(SocketAddress remoteAddress, SocketAddress proxyAddr
}

/**
* Increments the number of the errors that are occurred.
* Increments the number of the errors that have occurred.
*
* @param remoteAddress The remote peer
* @param proxyAddress the proxy address
Expand Down

0 comments on commit 11b80b6

Please sign in to comment.