Skip to content

Commit

Permalink
#98 aibolit.P20 fixed in XsetDirective
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 13, 2020
1 parent f1b74d8 commit faef417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/XsetDirective.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ public String toString() {
public Directive.Cursor exec(final Node dom,
final Directive.Cursor cursor, final Directive.Stack stack)
throws ImpossibleModificationException {
final XPath xpath = XsetDirective.FACTORY.newXPath();
final ConcurrentMap<Node, String> values =
new ConcurrentHashMap<>(0);
final XPath xpath = XsetDirective.FACTORY.newXPath();
for (final Node node : cursor) {
try {
values.put(
Expand Down

0 comments on commit faef417

Please sign in to comment.