Typo fix for FlowThreadDemo

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
This commit is contained in:
Eric Zhao 2018-10-18 17:54:59 +08:00
parent aaf88b8a0a
commit 5ba1ccdea8
1 changed files with 2 additions and 2 deletions

View File

@ -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();