Sign in
android
/
platform
/
external
/
guice
/
db197dc2238241abaf25c4bb0dcd89d186808492
/
.
/
lib
/
build
/
jdiff
/
Null.java
blob: e34b592ca6617bdbfef68a93f6d4f631af4d7abf [
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
()
{}
}