diff options
Diffstat (limited to 'testing/newsrc')
-rw-r--r-- | testing/newsrc/org/aspectj/testing/ITestStep.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/testing/newsrc/org/aspectj/testing/ITestStep.java b/testing/newsrc/org/aspectj/testing/ITestStep.java index 2c57e873a..673d6c66d 100644 --- a/testing/newsrc/org/aspectj/testing/ITestStep.java +++ b/testing/newsrc/org/aspectj/testing/ITestStep.java @@ -14,10 +14,7 @@ package org.aspectj.testing; import org.aspectj.tools.ajc.AjcTestCase; /** - * @author colyer - * - * TODO To change the template for this generated type comment go to - * Window - Preferences - Java - Code Style - Code Templates + * @author Adrian Colyer */ public interface ITestStep { |