Skip to content

Commit

Permalink
Typo fix for FlowThreadDemo
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Zhao <[email protected]>
  • Loading branch information
sczyh30 committed Oct 18, 2018
1 parent aaf88b8 commit 5ba1ccd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ public class FlowThreadDemo {

public static void main(String[] args) throws Exception {
System.out.println(
"MethodA will call methodB. After running for a while, methodB becomes slow, "
+ "which make methodA also becomes slow ");
"MethodA will call methodB. After running for a while, methodB becomes fast, "
+ "which make methodA also become fast ");
tick();
initFlowRule();

Expand Down

0 comments on commit 5ba1ccd

Please sign in to comment.