From 56c23334142af83ccc09869d18feaca830bdd2ab Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Wed, 10 Apr 2024 15:12:27 +0200 Subject: [PATCH] OSGiWeavingAdaptorTest minor comment fix Relates to #57. --- .../equinox/weaving/aspectj/tests/OSGiWeavingAdaptorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.equinox.weaving.aspectj.tests/src/org/eclipse/equinox/weaving/aspectj/tests/OSGiWeavingAdaptorTest.java b/org.eclipse.equinox.weaving.aspectj.tests/src/org/eclipse/equinox/weaving/aspectj/tests/OSGiWeavingAdaptorTest.java index 8436b65da..fd3415226 100644 --- a/org.eclipse.equinox.weaving.aspectj.tests/src/org/eclipse/equinox/weaving/aspectj/tests/OSGiWeavingAdaptorTest.java +++ b/org.eclipse.equinox.weaving.aspectj.tests/src/org/eclipse/equinox/weaving/aspectj/tests/OSGiWeavingAdaptorTest.java @@ -81,7 +81,7 @@ public void acceptClass(String name, byte[] originalBytes, byte[] weavedBytes) { Map actualResult = adaptor.getGeneratedClassesFor("my.foo.MyClass"); // THEN: - // - the result should not include the non-generated class, only the four generated ones + // - the result should not include the non-generated class, only the generated ones // build a string representation to provide details in the assertion message StringBuilder actualContentsBuilder = new StringBuilder("[");