]> source.dussan.org Git - poi.git/commitdiff
remove invalid javadocs
authorAndreas Beeker <kiwiwings@apache.org>
Mon, 31 Jul 2017 08:42:48 +0000 (08:42 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Mon, 31 Jul 2017 08:42:48 +0000 (08:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803493 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ddf/EscherDggRecord.java

index 34b8f0d28139cd1c9a08cfe04eac97ea61898ebe..7ab5ea9d430d3918ace2ba240b6a2990cbaefe04 100644 (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++;
         }