Fix comment

This commit is contained in:
Brian Devins-Suresh 2020-02-25 10:31:52 -05:00
parent 2441ca3332
commit 815bd0e9f6
1 changed files with 1 additions and 1 deletions

View File

@ -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)
* @return A list of all mismatches between this ReferenceMatcher and loader's classpath.