This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/deltaspike.git
commit 90c5983187c9518c2b4aab58d31a058d818e3290 Author: Mark Struberg <[email protected]> AuthorDate: Tue Jun 2 06:10:18 2020 +0200 fix old coment --- .../test/core/impl/activation/ClassDeactivationWarFileTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/impl/activation/ClassDeactivationWarFileTest.java b/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/impl/activation/ClassDeactivationWarFileTest.java index f2b32cc..76f95c4 100644 --- a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/impl/activation/ClassDeactivationWarFileTest.java +++ b/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/core/impl/activation/ClassDeactivationWarFileTest.java @@ -35,7 +35,7 @@ import java.net.URL; public class ClassDeactivationWarFileTest extends ClassDeactivationTest { /** - *X TODO creating a WebArchive is only a workaround because JavaArchive cannot contain other archives. + * NOTE: creating a WebArchive is only a workaround because JavaArchive cannot contain other archives. */ @Deployment public static WebArchive deploy()
