You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/01/13 10:05:07 UTC

[camel] 12/13: Camel-smpp: Improve tip section

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

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

commit 63eacff87da850fd3c2398987afef5bb9698dd9f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 11:02:17 2020 +0100

    Camel-smpp: Improve tip section
---
 components/camel-smpp/src/main/docs/smpp-component.adoc | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/components/camel-smpp/src/main/docs/smpp-component.adoc b/components/camel-smpp/src/main/docs/smpp-component.adoc
index eb2eafb..2f61458 100644
--- a/components/camel-smpp/src/main/docs/smpp-component.adoc
+++ b/components/camel-smpp/src/main/docs/smpp-component.adoc
@@ -587,9 +587,13 @@ optional parameter. The value is converted in the following way:
 `org.jsmpp.bean.OptionalParameter.Null` -> `null`
 |=======================================================================
 
-TIP: *JSMPP library*
+[TIP]
+====
+*JSMPP library*
+
 See the documentation of the http://jsmpp.org[JSMPP Library] for more
 details about the underlying library.
+====
 
 == Exception handling
 
@@ -665,11 +669,14 @@ A route which receives an SMS using the Spring XML DSL:
   </route>
 ----------------------------------------------------------------------------------------------------------------
 
+[TIP]
+====
+*SMSC simulator*
 
-TIP: *SMSC simulator*
 If you need an SMSC simulator for your test, you can use the simulator
 provided by
 http://opensmpp.logica.com/CommonPart/Download/download2.html#simulator[Logica].
+====
 
 == Debug logging