Browse Source

vmLevel attributed should be just vm...

tags/V1_5_0M2
acolyer 19 years ago
parent
commit
5a308d4ff7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      testing/newsrc/org/aspectj/testing/AjcTest.java

+ 1
- 1
testing/newsrc/org/aspectj/testing/AjcTest.java View 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;
}

Loading…
Cancel
Save