Source of EmptyClass.java


  1: /**
  2:  *  A class with nothing -- it's not even a program.
  3:  *
  4:  * @author Mark Young (A00000000)
  5:  */
  6: public class EmptyClass {
  7: }