Fix comment
This commit is contained in:
parent
2441ca3332
commit
815bd0e9f6
|
@ -70,7 +70,7 @@ public class ReferenceMatcher implements WeakMap.ValueSupplier<ClassLoader, Bool
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Loads and caches the full list of mismatches. Used in debug contexts only
|
* Loads the full list of mismatches. Used in debug contexts only
|
||||||
*
|
*
|
||||||
* @param loader Classloader to validate against (or null for bootstrap)
|
* @param loader Classloader to validate against (or null for bootstrap)
|
||||||
* @return A list of all mismatches between this ReferenceMatcher and loader's classpath.
|
* @return A list of all mismatches between this ReferenceMatcher and loader's classpath.
|
||||||
|
|
Loading…
Reference in New Issue