Quellcode durchsuchen

Typo fix for FlowThreadDemo

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
master
Eric Zhao vor 6 Jahren
Ursprung
Commit
5ba1ccdea8
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      sentinel-demo/sentinel-demo-basic/src/main/java/com/alibaba/csp/sentinel/demo/flow/FlowThreadDemo.java

+ 2
- 2
sentinel-demo/sentinel-demo-basic/src/main/java/com/alibaba/csp/sentinel/demo/flow/FlowThreadDemo.java Datei anzeigen

@@ -46,8 +46,8 @@ public class FlowThreadDemo {


public static void main(String[] args) throws Exception { public static void main(String[] args) throws Exception {
System.out.println( 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(); tick();
initFlowRule(); initFlowRule();




Laden…
Abbrechen
Speichern