Minor javadoc fix

This commit is contained in:
Nikolay Martynov 2019-07-17 16:58:29 -04:00
parent 7d6bdcc35d
commit ab7786d352
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public class ClassLoaderMatcher {
/**
* TODO: this turns out to be useless with OSGi: {@code
* }org.eclipse.osgi.internal.loader.BundleLoader#isRequestFromVM} returns {@code true} when
* org.eclipse.osgi.internal.loader.BundleLoader#isRequestFromVM} returns {@code true} when
* class loading is issued from this check and {@code false} for 'real' class loads. We should
* come up with some sort of hack to avoid this problem.
*/