Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SrinivasanTarget committed Jun 13, 2018
1 parent bf6b14a commit e8108ac
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,7 @@ public void writeTo(Appendable appendable) throws IOException {

json.name(ALWAYS_MATCH);
json.write(first);

// Then write everything into the w3c payload. Because of the way we do this, it's easiest
// to just populate the "firstMatch" section. The spec says it's fine to omit the
// "alwaysMatch" field, so we do this.

json.name(FIRST_MATCH);
json.beginArray();
//noinspection unchecked
Expand Down Expand Up @@ -547,4 +544,4 @@ private Map<String, Object> applyTransforms(Map<String, Object> caps) {
}
return toReturn;
}
}
}

0 comments on commit e8108ac

Please sign in to comment.