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("[");