1 /* 2 * Copyright (C) The Apache Software Foundation. All rights reserved. 3 * 4 * This software is published under the terms of the Apache Software License 5 * version 1.1, a copy of which has been included with this distribution in 6 * the LICENSE.txt file. 7 */ 8 package org.apache.avalon.excalibur.pool.test; 9 10 import org.apache.avalon.excalibur.pool.Poolable; 11 12 /** 13 * @author <a HREF="mailto:leif@silveregg.co.jp">Leif Mortenson</a> 14 * @version CVS $Revision: 1.2 $ $Date: 2002/01/25 01:24:27 $ 15 * @since 4.1 16 */ 17 public class PoolableTestObject implements Poolable 18 { 19 } 20 21