1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-08-30 16:11:57 +00:00
Files
autopsy/thirdparty/jdiff/v-custom/lib/Null.java
2018-01-03 14:43:27 -05:00

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