mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
10 lines
256 B
Java
10 lines
256 B
Java
/**
|
|
* 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() {
|
|
}
|
|
}
|