Skip to content

Commit

Permalink
fix java doc error
Browse files Browse the repository at this point in the history
  • Loading branch information
heimuheimu committed Mar 2, 2018
1 parent 96606ad commit e77179c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ private RpcClientCompressionMonitorFactory() {

/**
* 获得 RPC 客户端使用的压缩信息监控器。
*
* @return 压缩信息监控器
*/
public static CompressionMonitor get() {
return CLIENT_COMPRESSION_MONITOR;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ private RpcServerCompressionMonitorFactory() {

/**
* 获得 RPC 客户端使用的线程池信息监控器。
*
* @return 线程池信息监控器
*/
public static CompressionMonitor get() {
return SERVER_COMPRESSION_MONITOR;
Expand Down

0 comments on commit e77179c

Please sign in to comment.