mirror of https://github.com/apache/poi.git
Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803488 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0d8350b03a
commit
9616e10cbd
|
@ -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)
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue