You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jm...@apache.org on 2017/12/29 21:12:01 UTC

[incubator-plc4x] branch master updated: missing break

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bcd1cea  missing break
     new 15baa1c  Merge branch 'master' of https://gitbox.apache.org/repos/asf/incubator-plc4x
bcd1cea is described below

commit bcd1cea61dcdb921b71ee2a0901270c3275b7a4b
Author: Justin Mclean <jm...@apache.org>
AuthorDate: Thu Dec 28 16:40:47 2017 +1100

    missing break
---
 .../src/main/java/org/apache/plc4x/java/isotp/netty/IsoTPProtocol.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/isotp/netty/IsoTPProtocol.java b/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/isotp/netty/IsoTPProtocol.java
index 2630cf0..ecd6ef1 100644
--- a/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/isotp/netty/IsoTPProtocol.java
+++ b/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/isotp/netty/IsoTPProtocol.java
@@ -119,6 +119,7 @@ public class IsoTPProtocol extends MessageToMessageCodec<IsoOnTcpMessage, Tpdu>
                 buf.writeShort(errorTpdu.getDestinationReference());
                 buf.writeByte(errorTpdu.getRejectCause().getCode());
                 outputParameters(buf, in.getParameters());
+                break;
             }
             default: {
                 logger.error("TDPU Value {} not implemented yet", new Object[]{in.getTpduCode().name()});

-- 
To stop receiving notification emails like this one, please contact
['"commits@plc4x.apache.org" <co...@plc4x.apache.org>'].