This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new e80b2da053 chore(plc4j): bump
e80b2da053 is described below
commit e80b2da0531f86912d96d775d11b86a6826d8f1f
Author: Sebastian Rühl <[email protected]>
AuthorDate: Thu Sep 18 11:27:14 2025 +0200
chore(plc4j): bump
---
.../tools/opm/src/main/java/org/apache/plc4x/java/opm/AliasRegistry.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/plc4j/tools/opm/src/main/java/org/apache/plc4x/java/opm/AliasRegistry.java
b/plc4j/tools/opm/src/main/java/org/apache/plc4x/java/opm/AliasRegistry.java
index 2f330f211e..682e62d405 100644
--- a/plc4j/tools/opm/src/main/java/org/apache/plc4x/java/opm/AliasRegistry.java
+++ b/plc4j/tools/opm/src/main/java/org/apache/plc4x/java/opm/AliasRegistry.java
@@ -44,5 +44,4 @@ public interface AliasRegistry {
* This means that the same alias could be resolved to different Addresses
for different connections.
*/
String resolve(String connection, String alias);
-
}