Skip to content

Commit

Permalink
remove annotation
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916149 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Mar 6, 2024
1 parent 45b2ecb commit 6e01fe6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Licensed to the Apache Software Foundation (ASF) under one or more
package org.apache.poi.xdgf.usermodel.section.geometry;

import org.apache.poi.ooxml.POIXMLException;
import org.apache.poi.util.NotImplemented;
import org.apache.poi.xdgf.usermodel.XDGFCell;
import org.apache.poi.xdgf.usermodel.XDGFShape;

Expand Down Expand Up @@ -95,7 +94,6 @@ public void setupMaster(GeometryRow row) {
}

@Override
@NotImplemented
public void addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent) {
if (getDel())
return;
Expand Down

0 comments on commit 6e01fe6

Please sign in to comment.