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:53 UTC

[camel] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 37bd48d  CAMEL-15149: Remove invalid UTF-8 charachter in description
37bd48d is described below

commit 37bd48de6d3a61d5b0bba96f09535369965275fc
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})