Skip to content

Commit

Permalink
Merge branch 'develop' into 8305-payara6-ee10-v3 #8305
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Aug 4, 2023
2 parents 2e322f2 + 509671c commit 3e36753
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ private static void createFileDscr(XMLStreamWriter xmlw, JsonArray fileDetails)

if (fileJson.containsKey("tabularTags")) {
JsonArray tags = fileJson.getJsonArray("tabularTags");
for (int j = 0; j < tags.size(); i++) {
for (int j = 0; j < tags.size(); j++) {
xmlw.writeStartElement("notes");
writeAttribute(xmlw, "level", LEVEL_FILE);
writeAttribute(xmlw, "type", NOTE_TYPE_TAG);
Expand Down

0 comments on commit 3e36753

Please sign in to comment.