File:  [Public] / java / classes / org / w3c / jigsaw / Main.java
Revision 1.5: download - view: text, annotated - select for diffs
Mon Apr 9 12:01:31 2018 UTC (6 years, 2 months ago) by ylafon
Branches: MAIN
CVS tags: HEAD
indent (cosmetic)

// Main.java
// $Id: Main.java,v 1.5 2018/04/09 12:01:31 ylafon Exp $  
// (c) COPYRIGHT MIT and INRIA, 1997.
// Please first read the full copyright statement in file COPYRIGHT.html

package org.w3c.jigsaw;

/**
 * A place holder for running Jigsaw.
 */

public class Main {

    public static void main(String args[]) {
        org.w3c.jigsaw.daemon.ServerHandlerManager.main(args);
    }

}

Webmaster