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 48a305c  try to ignore warnings from sonar about too long parameters
48a305c is described below

commit 48a305c48de3b2da726125114416d91f787fe9b2
Author: Sebastian Rühl <sru...@apache.org>
AuthorDate: Sat Feb 17 19:18:48 2018 +0100

    try to ignore warnings from sonar about too long parameters
---
 .../main/java/org/apache/plc4x/java/ads/api/commands/ADSCommandType.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/commands/ADSCommandType.java
 
b/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/commands/ADSCommandType.java
index ec53fae..e3d7619 100644
--- 
a/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/commands/ADSCommandType.java
+++ 
b/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/commands/ADSCommandType.java
@@ -30,6 +30,7 @@ import java.lang.annotation.Target;
  */
 @Retention(RetentionPolicy.RUNTIME)
 @Target(ElementType.TYPE)
+@SuppressWarnings("squid:S00107")
 public @interface ADSCommandType {
     Command value();
 }

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

Reply via email to