| // | |
| // Main.java: Class file for WO Component 'Main' | |
| // Project wotests | |
| // | |
| // Created by andrus on Sun Dec 21 2003 | |
| // | |
| import com.webobjects.foundation.*; | |
| import com.webobjects.appserver.*; | |
| import com.webobjects.eocontrol.*; | |
| import com.webobjects.eoaccess.*; | |
| public class Main extends WOComponent { | |
| public Main(WOContext context) { | |
| super(context); | |
| } | |
| } |