Author: nick
Date: Mon Jul 31 06:36:10 2017
New Revision: 1803488

URL: http://svn.apache.org/viewvc?rev=1803488&view=rev
Log:
Javadoc fixes

Modified:
    poi/trunk/src/java/org/apache/poi/ddf/EscherDggRecord.java
    poi/trunk/src/java/org/apache/poi/hssf/model/DrawingManager2.java

Modified: poi/trunk/src/java/org/apache/poi/ddf/EscherDggRecord.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ddf/EscherDggRecord.java?rev=1803488&r1=1803487&r2=1803488&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ddf/EscherDggRecord.java (original)
+++ poi/trunk/src/java/org/apache/poi/ddf/EscherDggRecord.java Mon Jul 31 
06:36:10 2017
@@ -290,7 +290,6 @@ public final class EscherDggRecord exten
     /**
      * Allocates new shape id for the drawing group
      *
-     * @param drawingGroupId the drawing group id
      * @param dg the EscherDgRecord which receives the new shape
      * @param sort if true then sort clusters by drawing group id.(
      *  In Excel the clusters are sorted but in PPT they are not)

Modified: poi/trunk/src/java/org/apache/poi/hssf/model/DrawingManager2.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/model/DrawingManager2.java?rev=1803488&r1=1803487&r2=1803488&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/hssf/model/DrawingManager2.java (original)
+++ poi/trunk/src/java/org/apache/poi/hssf/model/DrawingManager2.java Mon Jul 
31 06:36:10 2017
@@ -101,7 +101,6 @@ public class DrawingManager2 {
     /**
      * Allocates new shape id for the drawing group
      *
-     * @param drawingGroupId the drawing group id
      * @param dg the EscherDgRecord which receives the new shape
      *
      * @return a new shape id.



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to