diff options
author | aclement <aclement> | 2011-05-02 18:41:48 +0000 |
---|---|---|
committer | aclement <aclement> | 2011-05-02 18:41:48 +0000 |
commit | ce86ce3d485d61798572370b13c8e817145e0598 (patch) | |
tree | 0fa3b6c2bedaec3400ac2bbd5999138f83244c87 | |
parent | 4315578eb607ee2df7282964cb88760f406c23bd (diff) | |
download | aspectj-ce86ce3d485d61798572370b13c8e817145e0598.tar.gz aspectj-ce86ce3d485d61798572370b13c8e817145e0598.zip |
polish
-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 { |