You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2021/10/05 17:03:31 UTC

[plc4x] 01/04: - Ported some of the fixes of the feature/mspec-ng back to develop

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

cdutz pushed a commit to branch feature/mspec-ng
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit ae95c5b8de77cc65a6d3fe9d84e747d606e74b1d
Author: cdutz <ch...@c-ware.de>
AuthorDate: Tue Oct 5 10:35:12 2021 +0200

    - Ported some of the fixes of the feature/mspec-ng back to develop
---
 .../src/main/resources/templates/java/io-template.java.ftlh              | 1 -
 1 file changed, 1 deletion(-)

diff --git a/code-generation/language-java/src/main/resources/templates/java/io-template.java.ftlh b/code-generation/language-java/src/main/resources/templates/java/io-template.java.ftlh
index 928d570..ac31675 100644
--- a/code-generation/language-java/src/main/resources/templates/java/io-template.java.ftlh
+++ b/code-generation/language-java/src/main/resources/templates/java/io-template.java.ftlh
@@ -61,7 +61,6 @@ import java.lang.reflect.InvocationTargetException;
 import java.lang.reflect.Method;
 import java.math.BigInteger;
 import java.time.*;
-//import java.util.*;
 import java.util.LinkedList;
 import java.util.List;
 import java.util.function.Supplier;