Javadoc fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1731047 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2016-02-18 11:16:11 +00:00
parent 7bb1a1bb22
commit 20777db2e7
2 changed files with 3 additions and 3 deletions

View File

@ -352,8 +352,8 @@ public class POIXMLDocumentPart {
/** /**
* Check if the new part was already added before via PackagePart.addRelationship() * Check if the new part was already added before via PackagePart.addRelationship()
* *
* @param part * @param part to find the relationship for
* @return * @return The existing relationship, or null if there isn't yet one
*/ */
private PackageRelationship findExistingRelation(POIXMLDocumentPart part) { private PackageRelationship findExistingRelation(POIXMLDocumentPart part) {
String ppn = part.getPackagePart().getPartName().getName(); String ppn = part.getPackagePart().getPartName().getName();

View File

@ -69,7 +69,7 @@ public final class HSLFHyperlink implements Hyperlink<HSLFShape,HSLFTextParagrap
* @param shape the shape which receives the hyperlink * @param shape the shape which receives the hyperlink
* @return the new hyperlink * @return the new hyperlink
* *
* @see HSLFShape#createHyperlink() * @see HSLFSimpleShape#createHyperlink()
*/ */
/* package */ static HSLFHyperlink createHyperlink(HSLFSimpleShape shape) { /* package */ static HSLFHyperlink createHyperlink(HSLFSimpleShape shape) {
// TODO: check if a hyperlink already exists // TODO: check if a hyperlink already exists