scuffed-code/tools/unicodetools/com/ibm/text/UCA/Main.java
Mark Davis 42bddd7bf5 reorg
X-SVN-Rev: 5824
2001-09-19 23:33:52 +00:00

20 lines
723 B
Java

/**
*******************************************************************************
* Copyright (C) 1996-2001, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*
* $Source: /xsrl/Nsvn/icu/unicodetools/com/ibm/text/UCA/Main.java,v $
* $Date: 2001/09/19 23:31:50 $
* $Revision: 1.1 $
*
*******************************************************************************
*/
package com.ibm.text.UCA;
public class Main {
public static void main(String args[]) throws Exception {
WriteCollationData.main(args); // TODO, pull from there to here.
}
}