chore(build): pin to a specific version of test-report
diff --git a/.github/workflows/java-platform-test-report.yml b/.github/workflows/java-platform-test-report.yml
index f54893b..65eecbd 100644
--- a/.github/workflows/java-platform-test-report.yml
+++ b/.github/workflows/java-platform-test-report.yml
@@ -38,7 +38,7 @@
       fail-fast: false
     runs-on: ${{ matrix.os }}
     steps:
-      - uses: dorny/test-reporter@v2
+      - uses: dorny/test-reporter@v2.1.1
         with:
           artifact: "java-test-report-${{ matrix.os }}-java-${{ matrix.java }}"
           name: "Java Tests (OS: ${{ matrix.os }}, Java: ${{ matrix.java }})"
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 682e62d..329fb5d 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
@@ -25,7 +25,7 @@
 public interface AliasRegistry {
 
     /**
-     * Checks if this registry can resolve this alias
+     * Checks if this registry can resolve this alias.
      */
     boolean canResolve(String alias);