| java.lang.Object com.acme.sp.Main
Main | public class Main (Code) | | 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 | |
public static void | main(String args) The main program for SuperProduct. |
main | public static void main(String args)(Code) | | 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 |
|
|