Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > b8be6964f00c511f00fed788c030da8c > files > 29

jdiff-manual-1.0.10-2.0.5mdv2010.0.i586.rpm

package com.acme.sp;

import java.lang.*;

/**
 * This application does nothing, but should compile cleanly
 * and demonstrate how to use JDiff to track changes in API between
 * versions of products.
 */
public class Main {

    /**
     * The main program for SuperProduct.
     * Since this API does not change between versions, it does not
     * appear in the reported differences.
     *
     * @param args The command line arguments
     */
    public static void main(String args[]) {
    }
}