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 2020/07/03 13:42:45 UTC

[camel] branch camel-3.4.x updated: CAMEL-15149: Remove invalid UTF-8 charachter in description

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

davsclaus pushed a commit to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.4.x by this push:
     new 84f498d  CAMEL-15149: Remove invalid UTF-8 charachter in description
84f498d is described below

commit 84f498db703474eb1bc13411407a8cc3b0160a1d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jul 3 15:40:26 2020 +0200

    CAMEL-15149: Remove invalid UTF-8 charachter in description
---
 .../java/org/apache/camel/component/iec60870/client/ClientEndpoint.java | 2 +-
 .../java/org/apache/camel/component/iec60870/server/ServerEndpoint.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-iec60870/src/main/java/org/apache/camel/component/iec60870/client/ClientEndpoint.java b/components/camel-iec60870/src/main/java/org/apache/camel/component/iec60870/client/ClientEndpoint.java
index e999659..01cc2fe 100644
--- a/components/camel-iec60870/src/main/java/org/apache/camel/component/iec60870/client/ClientEndpoint.java
+++ b/components/camel-iec60870/src/main/java/org/apache/camel/component/iec60870/client/ClientEndpoint.java
@@ -28,7 +28,7 @@ import org.apache.camel.support.DefaultComponent;
 import static java.util.Objects.requireNonNull;
 
 /**
- * IEC 60870 supervisory control and data acquisition (SCADA) client using NeoSCADA™ implementation.
+ * IEC 60870 supervisory control and data acquisition (SCADA) client using NeoSCADA implementation.
  */
 @UriEndpoint(firstVersion = "2.20.0", scheme = "iec60870-client", syntax = "iec60870-client:uriPath",
     title = "IEC 60870 Client", category = {Category.IOT})
diff --git a/components/camel-iec60870/src/main/java/org/apache/camel/component/iec60870/server/ServerEndpoint.java b/components/camel-iec60870/src/main/java/org/apache/camel/component/iec60870/server/ServerEndpoint.java
index 85b1365..000f39a 100644
--- a/components/camel-iec60870/src/main/java/org/apache/camel/component/iec60870/server/ServerEndpoint.java
+++ b/components/camel-iec60870/src/main/java/org/apache/camel/component/iec60870/server/ServerEndpoint.java
@@ -29,7 +29,7 @@ import org.apache.camel.support.DefaultComponent;
 import static java.util.Objects.requireNonNull;
 
 /**
- * IEC 60870 supervisory control and data acquisition (SCADA) server using NeoSCADA™ implementation.
+ * IEC 60870 supervisory control and data acquisition (SCADA) server using NeoSCADA implementation.
  */
 @UriEndpoint(firstVersion = "2.20.0", scheme = "iec60870-server", syntax = "iec60870-server:uriPath",
     title = "IEC 60870 Server", category = {Category.IOT})