From cb4b87677828b118c06d4bb73d0ab5fc4aa1a246 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Sat, 21 Sep 2024 21:25:25 +0900 Subject: [PATCH] Polish sample in README.adoc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index d8ed6e45..cb549f97 100644 --- a/README.adoc +++ b/README.adoc @@ -391,7 +391,7 @@ For example: [source,java,indent=0,subs="normal"] ---- -class Name { +public class Name { private final String first;