Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgesl committed Aug 24, 2017
1 parent 0800fb6 commit 5467f41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<classifier>sun-java2d</classifier>
<includes>
<include>com/sun/imageio/**</include>
<include>java/awt/geom/**</include>
<!-- <include>java/awt/geom/**</include> -->
<include>sun/java2d/**</include>
</includes>
</configuration>
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/org/marlin/pisces/RendererContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@

package org.marlin.pisces;

import java.awt.geom.Path2D.Double.DoubleIteratorContext;
import java.awt.geom.Path2D.Float.FloatIteratorContext;
import java.lang.ref.WeakReference;
import java.util.concurrent.atomic.AtomicInteger;
import org.marlin.geom.Path2D;
Expand Down

0 comments on commit 5467f41

Please sign in to comment.