Fix incomplete JavaDoc (#5733)
This commit is contained in:
parent
f6858cf25f
commit
b5e7d17e4c
|
|
@ -27,7 +27,7 @@ import org.apache.skywalking.apm.agent.core.logging.api.LogManager;
|
|||
import org.apache.skywalking.apm.agent.core.plugin.ByteBuddyCoreClasses;
|
||||
|
||||
/**
|
||||
* Since JDK 9, module concept has been introduced. By supporting that, agent core needs to open the
|
||||
* Since JDK 9, module concept has been introduced. By supporting that, agent core needs to open the read edge
|
||||
*/
|
||||
public class JDK9ModuleExporter {
|
||||
private static final ILog LOGGER = LogManager.getLogger(JDK9ModuleExporter.class);
|
||||
|
|
|
|||
Loading…
Reference in New Issue