Update TagHelper.java
This commit is contained in:
parent
1efcae58d3
commit
47a587f7b8
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ public class TagHelper {
|
|||
}
|
||||
}
|
||||
|
||||
public static Tag.Builder apply( Tag.Builder builder, Set<Identifier> ids) {
|
||||
public static Tag.Builder apply(Tag.Builder builder, Set<Identifier> ids) {
|
||||
ids.forEach((value) -> {
|
||||
builder.add(value, "Better End Code");
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue