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:
Andreas Beeker 2017-07-31 08:42:48 +00:00
parent 9616e10cbd
commit e7179159fd
1 changed files with 0 additions and 3 deletions

View File

@ -59,9 +59,6 @@ public final class EscherDggRecord extends EscherRecord {
return field_2_numShapeIdsUsed;
}
/**
* @return the current used shape ids value and increases it afterwards
*/
private void incrementUsedShapeId() {
field_2_numShapeIdsUsed++;
}