]> source.dussan.org Git - poi.git/commitdiff
Javadoc fixes
authorNick Burch <nick@apache.org>
Thu, 18 Feb 2016 11:16:11 +0000 (11:16 +0000)
committerNick Burch <nick@apache.org>
Thu, 18 Feb 2016 11:16:11 +0000 (11:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1731047 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/POIXMLDocumentPart.java
src/scratchpad/src/org/apache/poi/hslf/usermodel/HSLFHyperlink.java

index 41bee52d4886bcb48a4131cceedacaadb32fbbae..94839ac871d04545bfb45eb068f9a5a1b3fe152b 100644 (file)
@@ -352,8 +352,8 @@ public class POIXMLDocumentPart {
     /**
      * Check if the new part was already added before via PackagePart.addRelationship()
      *
-     * @param part
-     * @return
+     * @param part to find the relationship for
+     * @return The existing relationship, or null if there isn't yet one
      */
     private PackageRelationship findExistingRelation(POIXMLDocumentPart part) {
         String ppn = part.getPackagePart().getPartName().getName();
index b7b697ac523c5b0b4eb0a2add04fb85c3f0e5786..74fe3cb183047050ddd11ee6a5359b523ea5bb5c 100644 (file)
@@ -69,7 +69,7 @@ public final class HSLFHyperlink implements Hyperlink<HSLFShape,HSLFTextParagrap
      * @param shape the shape which receives the hyperlink
      * @return the new hyperlink
      * 
-     * @see HSLFShape#createHyperlink()
+     * @see HSLFSimpleShape#createHyperlink()
      */
     /* package */ static HSLFHyperlink createHyperlink(HSLFSimpleShape shape) {
         // TODO: check if a hyperlink already exists