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 e34e286850
commit 27fd9e4cbb

View File

@ -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++;
} }