Fix incomplete JavaDoc (#5733)

This commit is contained in:
hn 2020-10-27 13:54:39 +08:00 committed by GitHub
parent f6858cf25f
commit b5e7d17e4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);