added support for service loader in automatic modules

This commit is contained in:
2023-07-09 20:32:55 +08:00
parent a1139bdc1c
commit 995d937b25
3 changed files with 301 additions and 18 deletions

View File

@@ -173,7 +173,6 @@ public class Common {
Map<String, Map<String, Object>> dictMap) {
StringBuilder sb = new StringBuilder();
Object absent = new Object();
int cursor = 0;
TokenScanner tokenScanner = new TokenScanner(template, '$', '$');
while (cursor < template.length()) {