You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2018/03/15 15:38:34 UTC

[incubator-plc4x] 02/05: removed obsolete comment

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

sruehl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit 93154f85383ca7eb51c8782a742dbaf939e4f3aa
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Thu Mar 15 15:30:21 2018 +0100

    removed obsolete comment
---
 .../java/org/apache/plc4x/java/ads/protocol/Payload2SerialProtocol.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/protocol/Payload2SerialProtocol.java b/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/protocol/Payload2SerialProtocol.java
index 046a4bc..5f1d04b 100644
--- a/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/protocol/Payload2SerialProtocol.java
+++ b/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/protocol/Payload2SerialProtocol.java
@@ -63,7 +63,6 @@ public class Payload2SerialProtocol extends MessageToMessageCodec<ByteBuf, ByteB
 
         switch (magicCookie.getAsInt()) {
             case AmsSerialFrame.ID:
-                // This is a lazy implementation. we just reuse the tcp implementation
                 AmsSerialFrame amsSerialFrame = AmsSerialFrame.of(magicCookie, transmitterAddress, receiverAddress, fragmentNumber, userDataLength, userData, crc);
                 LOGGER.debug("Ams Serial Frame received {}", amsSerialFrame);
                 out.add(userData.getByteBuf());

-- 
To stop receiving notification emails like this one, please contact
sruehl@apache.org.