Skip to content

Commit

Permalink
Merge pull request #11 from ZhenyaM/master
Browse files Browse the repository at this point in the history
Modelimplementation. Fixed inheritance
  • Loading branch information
timurkamalov committed May 12, 2015
2 parents 2cb0a88 + d41df66 commit a061553
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Class for transforming COSName of pdfbox to CosName of abstract model.
* </p>
*/
class PBCosNameFactory extends PBCosFactory<CosName, COSName> {
class PBCosNameFactory implements PBCosFactory<CosName, COSName> {

/** Method for transforming COSName to corresponding CosName
*/
Expand Down

0 comments on commit a061553

Please sign in to comment.