"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/CIDSystemInfo.java" between
pdfbox-2.0.23-src.zip and pdfbox-2.0.24-src.zip

About: Apache PDFBox is a Java PDF library tool that allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents.

CIDSystemInfo.java  (pdfbox-2.0.23-src):CIDSystemInfo.java  (pdfbox-2.0.24-src)
skipping to change at line 31 skipping to change at line 31
* Represents a CIDSystemInfo for the FontMapper API. * Represents a CIDSystemInfo for the FontMapper API.
* *
* @author John Hewson * @author John Hewson
*/ */
public final class CIDSystemInfo public final class CIDSystemInfo
{ {
private final String registry; private final String registry;
private final String ordering; private final String ordering;
private final int supplement; private final int supplement;
CIDSystemInfo(String registry, String ordering, int supplement) public CIDSystemInfo(String registry, String ordering, int supplement)
{ {
this.registry = registry; this.registry = registry;
this.ordering = ordering; this.ordering = ordering;
this.supplement = supplement; this.supplement = supplement;
} }
public String getRegistry() public String getRegistry()
{ {
return registry; return registry;
} }
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)