Skip to content

Commit

Permalink
Remove excess param in javadoc for RpcHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
pengmengqing authored and manolama committed May 21, 2020
1 parent e87e68e commit 2d55130
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tsd/RpcHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ final class RpcHandler extends IdleStateAwareChannelUpstreamHandler {
* Constructor that loads the CORS domain list and prepares for
* handling requests. This constructor creates its own {@link RpcManager}.
* @param tsdb The TSDB to use.
* @param manager instance of a ready-to-use {@link RpcManager}.
* @throws IllegalArgumentException if there was an error with the CORS domain
* list
*/
Expand Down

0 comments on commit 2d55130

Please sign in to comment.