Changed TagLoader injection point
This commit is contained in:
parent
6487ac81c6
commit
bc07b34f1c
2 changed files with 12 additions and 12 deletions
|
@ -66,9 +66,7 @@ public class TagHelper {
|
|||
endTags = TAGS_ITEM;
|
||||
}
|
||||
if (endTags != null) {
|
||||
endTags.forEach((id, ids) -> {
|
||||
apply(tagsMap.computeIfAbsent(id, key -> Tag.Builder.tag()), ids);
|
||||
});
|
||||
endTags.forEach((id, ids) -> apply(tagsMap.computeIfAbsent(id, key -> Tag.Builder.tag()), ids));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue