U-BASIS\dgrove 70339153e1 Sync
2017-08-16 11:44:14 -04:00

10 lines
256 B
Java
Executable File

/**
* 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() {
}
}