Github user ejwhite922 commented on a diff in the pull request:

    https://github.com/apache/incubator-rya/pull/291#discussion_r182849348
  
    --- Diff: 
common/rya.api/src/main/java/org/apache/rya/api/persist/index/RyaSecondaryIndexer.java
 ---
    @@ -19,31 +19,29 @@
      * under the License.
      */
     
    -
     import java.io.Closeable;
     import java.io.Flushable;
     import java.io.IOException;
     import java.util.Collection;
     import java.util.Set;
     
     import org.apache.hadoop.conf.Configurable;
    -import org.openrdf.model.URI;
    -
     import org.apache.rya.api.domain.RyaStatement;
     import org.apache.rya.api.domain.RyaURI;
    +import org.eclipse.rdf4j.model.IRI;
     
     public interface RyaSecondaryIndexer extends Closeable, Flushable, 
Configurable {
        /**
         * initialize after setting configuration.
         */
    -    public void init();    
    +   public void init();
    --- End diff --
    
    Fixed


---

Reply via email to