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/06/14 07:05:32 UTC

[incubator-plc4x] branch master updated: fix remaining sonar bug

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


The following commit(s) were added to refs/heads/master by this push:
     new de97867  fix remaining sonar bug
de97867 is described below

commit de97867f1aa5c85d92671a8ffcf301d9c59b25f4
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Thu Jun 14 09:05:25 2018 +0200

    fix remaining sonar bug
---
 .../src/main/java/org/apache/plc4x/java/ads/api/tcp/AmsTcpHeader.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/tcp/AmsTcpHeader.java b/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/tcp/AmsTcpHeader.java
index 2dd97da..bd3a2eb 100644
--- a/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/tcp/AmsTcpHeader.java
+++ b/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/tcp/AmsTcpHeader.java
@@ -46,7 +46,7 @@ public class AmsTcpHeader implements ByteReadable {
      * This array contains the length of the data packet. It consists of the AMS-Header and the enclosed ADS data. The unit is bytes.
      * is null if length is supplied by {@link #tcpLength}.
      */
-    private final LengthSupplier[] lengthSuppliers;
+    private final transient LengthSupplier[] lengthSuppliers;
 
     private AmsTcpHeader(TcpLength tcpLength) {
         this.reserved = Reserved.CONSTANT;

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