File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ image:https://img.shields.io/github/license/OpenHFT/Java-Runtime-Compiler[GitHub
1212image:https://img.shields.io/badge/release%20notes-subscribe-brightgreen[link="https://chronicle.software/release-notes/"]
1313image:https://sonarcloud.io/api/project_badges/measure?project=OpenHFT_Java-Runtime-Compiler&metric=alert_status[link="https://sonarcloud.io/dashboard?id=OpenHFT_Java-Runtime-Compiler"]
1414
15-
16- This takes a String, compiles it and loads it returning you a class from what you built.
17- By default it uses the current ClassLoader. It supports nested classes, otherwise builds one class at a time.
15+ This takes a String, compiles it and loads it returning you a class from what you built.
16+ By default it uses the current ClassLoader.
17+ It supports nested classes, otherwise builds one class at a time.
1818
1919== On Maven Central
2020
You can’t perform that action at this time.
0 commit comments