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

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


The following commit(s) were added to refs/heads/feature/Beckhoff_ADS_protocol 
by this push:
     new 2fbc938  remove unused @FunctionalInterface interfaces
2fbc938 is described below

commit 2fbc938e02f424762601e19b69bd77ef8553c403
Author: Sebastian Rühl <[email protected]>
AuthorDate: Wed Feb 7 21:11:42 2018 +0100

    remove unused @FunctionalInterface interfaces
---
 .../java/ads/api/generic/calculated/CalculatedAMSHeader.java   | 10 ----------
 1 file changed, 10 deletions(-)

diff --git 
a/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/generic/calculated/CalculatedAMSHeader.java
 
b/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/generic/calculated/CalculatedAMSHeader.java
index 65fb6f7..e8817b5 100644
--- 
a/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/generic/calculated/CalculatedAMSHeader.java
+++ 
b/plc4j/protocols/ads/src/main/java/org/apache/plc4x/java/ads/api/generic/calculated/CalculatedAMSHeader.java
@@ -37,16 +37,6 @@ public class CalculatedAMSHeader extends AMSHeader {
         return new CalculatedAMSHeader(targetAmsNetId, targetAmsPort, 
sourceAmsNetId, sourceAmsPort, commandId, stateId, lengthSupplier, invokeId);
     }
 
-    @FunctionalInterface
-    public interface CommandIdSupplier {
-        Command getCommandId();
-    }
-
-    @FunctionalInterface
-    public interface StateIdSupplier {
-        State getStateId();
-    }
-
     public interface LengthSupplier {
         DataLength getLength();
     }

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to