[ 
https://issues.apache.org/jira/browse/RYA-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16234127#comment-16234127
 ] 

ASF GitHub Bot commented on RYA-356:
------------------------------------

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

    https://github.com/apache/incubator-rya/pull/248#discussion_r148272083
  
    --- Diff: 
extras/indexing/src/main/java/org/apache/rya/indexing/pcj/matching/AccumuloIndexSetProvider.java
 ---
    @@ -155,9 +152,9 @@ public int size() throws Exception {
          */
         private List<ExternalTupleSet> getAccIndices() throws Exception {
     
    -        requireNonNull(conf);
    -        final String tablePrefix = 
requireNonNull(conf.get(RdfCloudTripleStoreConfiguration.CONF_TBL_PREFIX));
    -        final Connector conn = 
requireNonNull(ConfigUtils.getConnector(conf));
    +        Objects.requireNonNull(conf);
    --- End diff --
    
    Nothing really, but I prefer it leave it in for readability.  Same as 
comment below.


> Wrap the Periodic NotificationService in a Twill App
> ----------------------------------------------------
>
>                 Key: RYA-356
>                 URL: https://issues.apache.org/jira/browse/RYA-356
>             Project: Rya
>          Issue Type: Sub-task
>          Components: clients
>    Affects Versions: 3.2.11
>            Reporter: Jeff Dasch
>            Assignee: Jeff Dasch
>            Priority: Major
>             Fix For: 3.2.12
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to