OpenNTF / org.openntf.domino

Open replacement for lotus.domino package in HCL Domino
Apache License 2.0
66 stars 34 forks source link

fixed getParentDocument signature to return org.openntf.domino.Document #150

Closed mariusj closed 8 years ago

mariusj commented 8 years ago

The getParentDocument from org.openntf.domino.ext.Document interface returns the Document interface from the same package. It should instead return org.openntf.domino.Document. The implementation in org.openntf.domino.impl.Document is returning the correct type.