Skip to content

Commit

Permalink
Make RectangleSpatialIndex public
Browse files Browse the repository at this point in the history
  • Loading branch information
ejschoen authored and jazzido committed Jul 18, 2018
1 parent 246dabb commit ae46324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>technology.tabula</groupId>
<artifactId>tabula</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<name>Tabula</name>
<description>Extract tables from PDF files</description>
<url>http://github.com/tabulapdf/tabula-java</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/technology/tabula/RectangleSpatialIndex.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.locationtech.jts.geom.Envelope;
import org.locationtech.jts.index.strtree.STRtree;

class RectangleSpatialIndex<T extends Rectangle> {
public class RectangleSpatialIndex<T extends Rectangle> {


private final STRtree si = new STRtree();
Expand Down

0 comments on commit ae46324

Please sign in to comment.