318319320321322323324325326327328
currSectionName = sectionMatcher.group("header"); if (unjoinedSections.containsKey(currSectionName)) { if (!allowDuplicates) { parsingErrors.add(new DuplicateSectionError(lineNo, currSectionName)); currSectionName = null; currSection = null; } else {