You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by ni...@apache.org on 2017/02/25 05:30:06 UTC

[4/4] polygene-java git commit: Removed a lie from the CircuitBreak documentation.

Removed a lie from the CircuitBreak documentation.


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/e34dad33
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/e34dad33
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/e34dad33

Branch: refs/heads/develop
Commit: e34dad3314919390b8d577687d03752f8a0137d4
Parents: 8005b4c
Author: niclas <ni...@spicter.com>
Authored: Sat Feb 25 13:29:40 2017 +0800
Committer: niclas <ni...@spicter.com>
Committed: Sat Feb 25 13:29:40 2017 +0800

----------------------------------------------------------------------
 libraries/circuitbreaker/src/docs/circuitbreaker.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/e34dad33/libraries/circuitbreaker/src/docs/circuitbreaker.txt
----------------------------------------------------------------------
diff --git a/libraries/circuitbreaker/src/docs/circuitbreaker.txt b/libraries/circuitbreaker/src/docs/circuitbreaker.txt
index 91d9df9..473f536 100644
--- a/libraries/circuitbreaker/src/docs/circuitbreaker.txt
+++ b/libraries/circuitbreaker/src/docs/circuitbreaker.txt
@@ -27,7 +27,7 @@ source=libraries/circuitbreaker/dev-status.xml
 
 The Circuit Breaker library provides a way to guard your application
 against faulty external systems (e.g. mail servers  being down, web
-services being down). It is used by many Polygene\u2122 Extensions and Libraries.
+services being down).
 
 There's a couple of differences between this implementation and others
 seen on the net, but we've also heavily borrowed from others. The