01: /*
02: * Main.java
03: *
04: * Created on April 27, 2004, 10:10 AM
05: */
06:
07: package org.netbeans.test.editor.completion;
08:
09: /**
10: *
11: * @author lahvac
12: */
13: public class Main {
14:
15: /** Creates a new instance of Main */
16: public Main() {
17: }
18:
19: /**
20: * @param args the command line arguments
21: */
22: public static void main(String[] args) {
23: // TODO code application logic here
24: }
25:
26: }
|