This commit is contained in:
Dmitry Batkovich
2016-10-20 16:18:22 +03:00
parent b0737a9f3a
commit 4f8b381387
@@ -28,7 +28,7 @@ import java.lang.reflect.Method;
import java.util.List;
/**
* Code here should not depend on any javac private API located in tools.jar if no JavacFileReferencesRegistrar will be run.
* Code here should not depend on any javac private API located in tools.jar if no JavacFileReferencesRegistrar-s will be run.
* A workaround to allow run standalone jps with improperly configured classloader without NoClassDefFoundError (e.g: IDEA-162877)
*/
public class JavacReferencesCollector {