This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git
The following commit(s) were added to refs/heads/develop by this push:
new 62f88a2 fic: Refactored some of the changes that were lost by merging
the latest S7 updates (Also gave the code a thorough review and refactored many
details)
62f88a2 is described below
commit 62f88a20b499c4b870d9dcc0e44915834cc4e4a9
Author: Christofer Dutz <[email protected]>
AuthorDate: Sat Nov 18 13:00:14 2023 +0100
fic: Refactored some of the changes that were lost by merging the latest S7
updates (Also gave the code a thorough review and refactored many details)
chore: Updated the "http" -> "https" in the apache header, where this was
wrong.
---
.../plugins/codegenerator/types/references/ByteOrderTypeReference.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/code-generation/types-base/src/main/java/org/apache/plc4x/plugins/codegenerator/types/references/ByteOrderTypeReference.java
b/code-generation/types-base/src/main/java/org/apache/plc4x/plugins/codegenerator/types/references/ByteOrderTypeReference.java
index 9d46e11..76075ba 100644
---
a/code-generation/types-base/src/main/java/org/apache/plc4x/plugins/codegenerator/types/references/ByteOrderTypeReference.java
+++
b/code-generation/types-base/src/main/java/org/apache/plc4x/plugins/codegenerator/types/references/ByteOrderTypeReference.java
@@ -7,7 +7,7 @@
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an