1 /** 2 * This class is used only as a "null" argument for Javadoc when comparing 3 * two API files. Javadoc has to have a package, .java or .class file as an 4 * argument, even though JDiff doesn't use it. 5 */ 6 public class Null { 7 public Null() { 8 } 9 } 10