Skip to content

Commit

Permalink
Merge pull request apache#872 from mattcasters/master
Browse files Browse the repository at this point in the history
HOP-2953 : Allow inclusion of optional header in the .hpl/.hwf files (test fix)
  • Loading branch information
hansva committed Jun 15, 2021
1 parent 236913a commit 0f3e4fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public void allocate(int nrFields) {
filemasks = new String[nrFields];
}

public String getXml(IVariables variables) {
public String getXml() {
StringBuilder xml = new StringBuilder(300);

xml.append(super.getXml());
Expand Down

0 comments on commit 0f3e4fd

Please sign in to comment.