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/serialization-3.0 Commit: e34dad3314919390b8d577687d03752f8a0137d4 Parents: 8005b4c Author: niclas <[email protected]> Authored: Sat Feb 25 13:29:40 2017 +0800 Committer: niclas <[email protected]> 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⢠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
