oscerd commented on code in PR #11930:
URL: https://github.com/apache/camel/pull/11930#discussion_r1384877000


##########
components/camel-smpp/src/main/java/org/apache/camel/component/smpp/SmppConfiguration.java:
##########
@@ -733,6 +735,26 @@ public void setSingleDLR(boolean singleDLR) {
         this.singleDLR = singleDLR;
     }
 
+    public String getInterfaceVersion() {
+        return interfaceVersion;
+    }
+
+    /**
+     * Defines the interface version to be used in the binding request with 
the SMSC. The following values are allowed,
+     * as defined in the SMPP protocol:
+     * <ul>

Review Comment:
   Since this will be used to generate documentation I would avoid ul and li, 
because for the Javadoc they will be good, but for generating the website they 
could be a mess.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to