Procházet zdrojové kódy

doc: fix SphO document typo (#357)

master
Zhe Jiang Eric Zhao před 5 roky
rodič
revize
197c982c02
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      sentinel-core/src/main/java/com/alibaba/csp/sentinel/SphO.java

+ 1
- 1
sentinel-core/src/main/java/com/alibaba/csp/sentinel/SphO.java Zobrazit soubor

@@ -31,7 +31,7 @@ import com.alibaba.csp.sentinel.slots.system.SystemRuleManager;
* Conceptually, physical or logical resource that need protection should be
* surrounded by an entry. The requests to this resource will be blocked if any
* criteria is met, eg. when any {@link Rule}'s threshold is exceeded. Once blocked,
* {@link SphU}#enter() will return false.
* {@link SphO}#enter() will return false.
*
* <p>
* To configure the criteria, we can use <code>XXXRuleManager.loadRules()</code> to add rules. eg.


Načítá se…
Zrušit
Uložit