You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ra...@apache.org on 2019/01/30 12:22:24 UTC

[tomee] 03/07: Update README.adoc

This is an automated email from the ASF dual-hosted git repository.

radcortez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit f0e35841ba9b9f1fe223eaa479cbf3e609ebf189
Author: Jose Henrique Ventura <ja...@gmail.com>
AuthorDate: Sat Jan 26 22:07:22 2019 +0000

    Update README.adoc
---
 examples/mp-faulttolerance-timeout/README.adoc | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/examples/mp-faulttolerance-timeout/README.adoc b/examples/mp-faulttolerance-timeout/README.adoc
index c54fcf6..933b47f 100644
--- a/examples/mp-faulttolerance-timeout/README.adoc
+++ b/examples/mp-faulttolerance-timeout/README.adoc
@@ -25,9 +25,10 @@ Timeout annotation allows to configure :
 [discrete]
 === Run the application
 
-....
+[source,text]
+----
 mvn clean install tomee:run
-....
+----
 
 [discrete]
 === How does it works?
@@ -68,9 +69,10 @@ public class WeatherGateway {
 
 Day status call
 
-....
+[source,text]
+----
 GET http://localhost:8080/mp-faulttolerance-retry/weather/day/status
-....
+----
 
 Server log