]> source.dussan.org Git - aspectj.git/commitdiff
vmLevel attributed should be just vm...
authoracolyer <acolyer>
Thu, 17 Feb 2005 14:56:44 +0000 (14:56 +0000)
committeracolyer <acolyer>
Thu, 17 Feb 2005 14:56:44 +0000 (14:56 +0000)
testing/newsrc/org/aspectj/testing/AjcTest.java

index cdd8fc0a2d4b145bc80fe04db58624bc4d8766dc..6662b156107794726da1273ac748f2b29eb389d8 100644 (file)
@@ -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;
        }