blob: 019b71895da47d3ffe4820a3ab1ab75f39c95d4e [file] [log] [blame]
/**
* This class is used only as a "null" argument for Javadoc when comparing
* two API files. Javadoc has to have a package, .java or .class file as an
* argument, even though JDiff doesn't use it.
*/
public class Null {
public Null() {
}
}