PreflightDocument.java (pdfbox-2.0.23-src) | : | PreflightDocument.java (pdfbox-2.0.24-src) | ||
---|---|---|---|---|
skipping to change at line 170 | skipping to change at line 170 | |||
// on java 9 & 10, or to add jaxb-api on java 11 and later | // on java 9 & 10, or to add jaxb-api on java 11 and later | |||
javax.xml.bind.DatatypeConverter.parseInt("0"); | javax.xml.bind.DatatypeConverter.parseInt("0"); | |||
context.setConfig(config); | context.setConfig(config); | |||
Collection<String> processes = config.getProcessNames(); | Collection<String> processes = config.getProcessNames(); | |||
for (String name : processes) | for (String name : processes) | |||
{ | { | |||
ContextHelper.validateElement(context, name); | ContextHelper.validateElement(context, name); | |||
} | } | |||
} | } | |||
/** | ||||
* Returns the format which is used to validate the pdf document. | ||||
* | ||||
* @return the format used for validation | ||||
*/ | ||||
public Format getSpecification() | public Format getSpecification() | |||
{ | { | |||
return specification; | return specification; | |||
} | } | |||
} | } | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 5 lines changed or added |