com.acme.sp
Class Main

java.lang.Object
  extended bycom.acme.sp.Main

public class Main
extends java.lang.Object

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


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main program for SuperProduct.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.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