Minor javadoc fix
This commit is contained in:
parent
7d6bdcc35d
commit
ab7786d352
|
@ -95,7 +95,7 @@ public class ClassLoaderMatcher {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO: this turns out to be useless with OSGi: {@code
|
* 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
|
* 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.
|
* come up with some sort of hack to avoid this problem.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue