mirror of https://github.com/apache/poi.git
remove invalid javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803493 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9616e10cbd
commit
e7179159fd
|
@ -59,9 +59,6 @@ public final class EscherDggRecord extends EscherRecord {
|
||||||
return field_2_numShapeIdsUsed;
|
return field_2_numShapeIdsUsed;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return the current used shape ids value and increases it afterwards
|
|
||||||
*/
|
|
||||||
private void incrementUsedShapeId() {
|
private void incrementUsedShapeId() {
|
||||||
field_2_numShapeIdsUsed++;
|
field_2_numShapeIdsUsed++;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue