Skip to content

Commit

Permalink
Update ST_Geometry.java
Browse files Browse the repository at this point in the history
Make ST_Geometry public
  • Loading branch information
climbage committed Sep 8, 2014
1 parent 3481f0e commit c9cb6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hive/src/main/java/com/esri/hadoop/hive/ST_Geometry.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

import org.apache.hadoop.hive.ql.exec.UDF;

abstract class ST_Geometry extends UDF {
public abstract class ST_Geometry extends UDF {

}

0 comments on commit c9cb6cf

Please sign in to comment.