01: /* 02: * Created on Oct 19, 2004 by pjacob 03: * 04: */ 05: package com.whirlycott.cache.benchmarks; 06: 07: /** 08: * @author pjacob 09: * 10: */ 11: public abstract class AbstractBenchmarkHelper { 12: 13: /** 14: * 15: */ 16: public AbstractBenchmarkHelper() { 17: super(); 18: } 19: 20: }