01: /*
02: * Created on 5 mai 2005
03: *
04: * TODO To change the template for this generated file go to
05: * Window - Preferences - Java - Code Style - Code Templates
06: */
07: package org.openwfe.gpe.model;
08:
09: /**
10: * @author Christelle
11: *
12: * TODO To change the template for this generated type comment go to
13: * Window - Preferences - Java - Code Style - Code Templates
14: */
15: public class BooleanComposite extends Composite {
16:
17: }
|