com.acme.sp

Class Main

public class Main extends Object

This application does nothing, but should compile cleanly and demonstrate how to use JDiff to track changes in API between versions of products.
Method Summary
static voidmain(String[] args)
The main program for SuperProduct.

Method Detail

main

public static void main(String[] args)
The main program for SuperProduct. Since this API does not change between versions, it does not appear in the reported differences.

Parameters: args The command line arguments