Skip to content

Commit f78a018

Browse files
committed
Remove redundant newlines
1 parent 6f21f61 commit f78a018

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ image:https://img.shields.io/github/license/OpenHFT/Java-Runtime-Compiler[GitHub
1212
image:https://img.shields.io/badge/release%20notes-subscribe-brightgreen[link="https://chronicle.software/release-notes/"]
1313
image: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

0 commit comments

Comments
 (0)