Javadoc fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803488 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2017-07-31 06:36:10 +00:00
parent 0d8350b03a
commit 9616e10cbd
2 changed files with 0 additions and 2 deletions

View File

@ -290,7 +290,6 @@ public final class EscherDggRecord extends EscherRecord {
/** /**
* Allocates new shape id for the drawing group * Allocates new shape id for the drawing group
* *
* @param drawingGroupId the drawing group id
* @param dg the EscherDgRecord which receives the new shape * @param dg the EscherDgRecord which receives the new shape
* @param sort if true then sort clusters by drawing group id.( * @param sort if true then sort clusters by drawing group id.(
* In Excel the clusters are sorted but in PPT they are not) * In Excel the clusters are sorted but in PPT they are not)

View File

@ -101,7 +101,6 @@ public class DrawingManager2 {
/** /**
* Allocates new shape id for the drawing group * Allocates new shape id for the drawing group
* *
* @param drawingGroupId the drawing group id
* @param dg the EscherDgRecord which receives the new shape * @param dg the EscherDgRecord which receives the new shape
* *
* @return a new shape id. * @return a new shape id.