Annotation of java/classes/org/w3c/jigsaw/Main.java, revision 1.3

1.2       ylafon      1: // Main.java
1.3     ! bmahe       2: // $Id: Main.java,v 1.1 1997/11/13 09:04:19 bmahe Exp $  
1.2       ylafon      3: // (c) COPYRIGHT MIT and INRIA, 1997.
                      4: // Please first read the full copyright statement in file COPYRIGHT.html
                      5: 
1.3     ! bmahe       6: package org.w3c.jigsaw;
1.1       abaird      7: 
                      8: /**
                      9:  * A place holder for running Jigsaw.
                     10:  */
                     11: 
                     12: public class Main {
                     13: 
                     14:     public static void main(String args[]) {
1.3     ! bmahe      15:        org.w3c.jigsaw.daemon.ServerHandlerManager.main(args);
1.1       abaird     16:     }
                     17: 
                     18: }

Webmaster