aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/newsrc/org/aspectj/testing/AjcTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/newsrc/org/aspectj/testing/AjcTest.java b/testing/newsrc/org/aspectj/testing/AjcTest.java
index cdd8fc0a2..6662b1561 100644
--- a/testing/newsrc/org/aspectj/testing/AjcTest.java
+++ b/testing/newsrc/org/aspectj/testing/AjcTest.java
@@ -147,7 +147,7 @@ public class AjcTest {
/**
* @param vmLevel The vmLevel to set.
*/
- public void setVmLevel(String vmLevel) {
+ public void setVm(String vmLevel) {
this.vmLevel = vmLevel;
}