remove author tag

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@810229 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Dick 2009-09-01 20:50:32 +00:00
parent b32bf1b730
commit 82cda8b8d5

View File

@ -158,9 +158,6 @@ public abstract class AbstractCacheModeTestCase extends AbstractCacheTestCase {
* Simple JDBCListener which stores the executed sql in a List. The List is
* provided by the getSql() method so that subclasses may use separate
* lists.
*
* @author mikedd
*
*/
public class Listener extends AbstractJDBCListener {
@Override