added support for service loader in automatic modules
This commit is contained in:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user