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

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


The following commit(s) were added to refs/heads/main by this push:
     new 29a5ea2  camel-smpp: SmppConsumer#createSMPPSession: Fix misleading 
javadoc.
29a5ea2 is described below

commit 29a5ea2436501330d8dcafbf4e9a1d6846ebc204
Author: PascalSchumacher <[email protected]>
AuthorDate: Sat May 8 10:05:44 2021 +0200

    camel-smpp: SmppConsumer#createSMPPSession: Fix misleading javadoc.
---
 .../src/main/java/org/apache/camel/component/smpp/SmppConsumer.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-smpp/src/main/java/org/apache/camel/component/smpp/SmppConsumer.java
 
b/components/camel-smpp/src/main/java/org/apache/camel/component/smpp/SmppConsumer.java
index c04c7f1..6ec0979 100644
--- 
a/components/camel-smpp/src/main/java/org/apache/camel/component/smpp/SmppConsumer.java
+++ 
b/components/camel-smpp/src/main/java/org/apache/camel/component/smpp/SmppConsumer.java
@@ -103,7 +103,7 @@ public class SmppConsumer extends DefaultConsumer {
     }
 
     /**
-     * Factory method to easily instantiate a mock SMPPSession
+     * Factory method to easily instantiate a SMPPSession
      * 
      * @return the SMPPSession
      */

Reply via email to