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

markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git


The following commit(s) were added to refs/heads/main by this push:
     new b20be80  Avoid Javadoc warning
b20be80 is described below

commit b20be80f6eda253c433a26abc41d908c08b1addf
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Sep 14 09:47:54 2026 +0100

    Avoid Javadoc warning
---
 src/test/java/org/apache/tomcat/jakartaee/MigrationTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/tomcat/jakartaee/MigrationTest.java 
b/src/test/java/org/apache/tomcat/jakartaee/MigrationTest.java
index 912a7ad..1f498e0 100644
--- a/src/test/java/org/apache/tomcat/jakartaee/MigrationTest.java
+++ b/src/test/java/org/apache/tomcat/jakartaee/MigrationTest.java
@@ -107,7 +107,7 @@ public class MigrationTest {
         assertTrue("Migrated imports not found", 
migratedSource.contains("import jakarta.servlet"));
     }
 
-    /**
+    /*
      * The source and destination may identify the same physical file via
      * different path strings (relative vs absolute components, symlinks,
      * differing case on case-insensitive file systems). The migration must


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to