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 2018/01/13 00:45:49 UTC

[incubator-plc4x] 01/02: no need for empty constructor

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

commit e9d0fab2cabc88d9182780bbcff58e01df8d5e28
Author: Justin Mclean <jm...@apache.org>
AuthorDate: Sat Jan 13 11:45:20 2018 +1100

    no need for empty constructor
---
 .../apache/plc4x/java/s7/netty/model/params/CpuServicesParameter.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/s7/netty/model/params/CpuServicesParameter.java b/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/s7/netty/model/params/CpuServicesParameter.java
index dcd9680..7914179 100644
--- a/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/s7/netty/model/params/CpuServicesParameter.java
+++ b/plc4j/protocols/s7/src/main/java/org/apache/plc4x/java/s7/netty/model/params/CpuServicesParameter.java
@@ -22,10 +22,6 @@ import org.apache.plc4x.java.s7.netty.model.types.ParameterType;
 
 public class CpuServicesParameter implements S7Parameter {
 
-
-    public CpuServicesParameter() {
-    }
-
     @Override
     public ParameterType getType() {
         return ParameterType.CPU_SERVICES;

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