01: /*
02:
03: This software is OSI Certified Open Source Software.
04: OSI Certified is a certification mark of the Open Source Initiative.
05:
06: The license (Mozilla version 1.0) can be read at the MMBase site.
07: See http://www.MMBase.org/license
08:
09: */
10: package org.mmbase.module.builders;
11:
12: import org.mmbase.module.core.*;
13:
14: /**
15: * @author Daniel Ockeloen
16: * @version $Id: Dummy.java,v 1.5 2003/03/10 11:50:18 pierre Exp $
17: */
18: public class Dummy extends MMObjectBuilder {
19:
20: }
|