You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/02/04 09:33:09 UTC

camel git commit: Polished

Repository: camel
Updated Branches:
  refs/heads/master 88b804321 -> 65c493c5e


Polished


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/65c493c5
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/65c493c5
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/65c493c5

Branch: refs/heads/master
Commit: 65c493c5efef7738ab69ed22efd29b3f35067bb1
Parents: 88b8043
Author: Claus Ibsen <da...@apache.org>
Authored: Sat Feb 4 10:33:01 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Feb 4 10:33:01 2017 +0100

----------------------------------------------------------------------
 .../java/org/apache/camel/component/mllp/MllpEndpoint.java   | 8 +++-----
 components/readme.adoc                                       | 2 +-
 .../src/main/resources/readme-languages.mvel                 | 2 +-
 3 files changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/65c493c5/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpEndpoint.java
----------------------------------------------------------------------
diff --git a/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpEndpoint.java b/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpEndpoint.java
index fb57f7b..7077b2d 100644
--- a/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpEndpoint.java
+++ b/components/camel-mllp/src/main/java/org/apache/camel/component/mllp/MllpEndpoint.java
@@ -30,13 +30,11 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 /**
- * The MLLP component is designed to handle the MLLP protocol and provide the functionality required by Healthcare providers to communicate with other systems using the MLLP protocol.
- *
+ * Provides functionality required by Healthcare providers to communicate with other systems using the MLLP protocol.
  * <p/>
- * NOTE: MLLP payloads are not logged unless the logging level is set to DEBUG or TRACE to avoid introducing PHI
- * into the log files.  Logging of PHI can be globally disabled by setting the org.apache.camel.mllp.logPHI system
+ * MLLP payloads are not logged unless the logging level is set to DEBUG or TRACE to avoid introducing PHI
+ * into the log files. Logging of PHI can be globally disabled by setting the org.apache.camel.mllp.logPHI system
  * property to false.
- * <p/>
  */
 @UriEndpoint(firstVersion = "2.17.0", scheme = "mllp", title = "MLLP", syntax = "mllp:hostname:port", consumerClass = MllpTcpServerConsumer.class, label = "hl7")
 public class MllpEndpoint extends DefaultEndpoint {

http://git-wip-us.apache.org/repos/asf/camel/blob/65c493c5/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index a7923e7..0ff7713 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -381,7 +381,7 @@ Number of Components: 217
 `mina2:protocol:host:port` | 2.10.0 | Socket level networking using TCP or UDP with the Apache Mina 2.x library.
 
 | link:camel-mllp/src/main/docs/mllp-component.adoc[MLLP] (camel-mllp) +
-`mllp:hostname:port` | 2.17.0 | The MLLP component is designed to handle the MLLP protocol and provide the functionality required by Healthcare providers to communicate with other systems using the MLLP protocol.
+`mllp:hostname:port` | 2.17.0 | Provides functionality required by Healthcare providers to communicate with other systems using the MLLP protocol.
 
 | link:../camel-core/src/main/docs/mock-component.adoc[Mock] (camel-core) +
 `mock:name` | 1.0.0 | The mock component is used for testing routes and mediation rules using mocks.

http://git-wip-us.apache.org/repos/asf/camel/blob/65c493c5/tooling/maven/camel-package-maven-plugin/src/main/resources/readme-languages.mvel
----------------------------------------------------------------------
diff --git a/tooling/maven/camel-package-maven-plugin/src/main/resources/readme-languages.mvel b/tooling/maven/camel-package-maven-plugin/src/main/resources/readme-languages.mvel
index 78b3018..7c97f60 100644
--- a/tooling/maven/camel-package-maven-plugin/src/main/resources/readme-languages.mvel
+++ b/tooling/maven/camel-package-maven-plugin/src/main/resources/readme-languages.mvel
@@ -1,6 +1,6 @@
 @if{!languages.isEmpty()}
 
-Number of Data Formats: @{languages.size}
+Number of Languages: @{languages.size}
 
 [width="100%",cols="4,1,5",options="header"]
 |=======================================================================