You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2016/12/22 17:35:14 UTC

[2/2] cxf git commit: Minor update to a curcuit-breaker-failover element

Minor update to a curcuit-breaker-failover element


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/443fe6b1
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/443fe6b1
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/443fe6b1

Branch: refs/heads/master
Commit: 443fe6b1b69eacb6fe03e6e523ddf11ee38b7472
Parents: ce274c7
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Thu Dec 22 17:34:56 2016 +0000
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Thu Dec 22 17:34:56 2016 +0000

----------------------------------------------------------------------
 rt/features/clustering/src/main/resources/schemas/clustering.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/443fe6b1/rt/features/clustering/src/main/resources/schemas/clustering.xsd
----------------------------------------------------------------------
diff --git a/rt/features/clustering/src/main/resources/schemas/clustering.xsd b/rt/features/clustering/src/main/resources/schemas/clustering.xsd
index 9fd206d..7c44d4a 100644
--- a/rt/features/clustering/src/main/resources/schemas/clustering.xsd
+++ b/rt/features/clustering/src/main/resources/schemas/clustering.xsd
@@ -92,7 +92,7 @@
             </xsd:element>
             <xsd:element name="targetSelector" type="xsd:anyType" minOccurs="0">
               <xsd:annotation>
-                <xsd:documentation>Configures the targetSelector which will be used in the loadDistributor feature.</xsd:documentation>
+                <xsd:documentation>Configures the targetSelector which will be used in the circuit breaker feature.</xsd:documentation>
               </xsd:annotation>
             </xsd:element>
           </xsd:all>