Skip to content

Commit

Permalink
fix checkstyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Apache9 committed May 6, 2020
1 parent deb1557 commit 12f9ed0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ public static String getMasterAddr(Configuration conf) throws UnknownHostExcepti
* For describing the actual asynchronous rpc call.
* <p/>
* Typically, you can use lambda expression to implement this interface as
*
*
* <pre>
* (c, s, d) -> s.xxx(c, <your request here>, d)
* (c, s, d) -> s.xxx(c, your request here, d)
* </pre>
*/
@FunctionalInterface
Expand Down

0 comments on commit 12f9ed0

Please sign in to comment.