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

    https://github.com/apache/incubator-rya/pull/218#discussion_r135875974
  
    --- Diff: 
common/rya.api/src/main/java/org/apache/rya/api/RdfCloudTripleStoreConfiguration.java
 ---
    @@ -72,15 +72,21 @@
         public static final String CONF_STATEMENT_METADATA_PROPERTIES = 
"statement.metadata.properites";
         public static final String CONF_USE_STATEMENT_METADATA = 
"use.statement.metadata";
         public static final String STATS_PUSH_EMPTY_RDFTYPE_DOWN = 
"conf.stats.rdftype.down";
    +    public static final String INFER_INCLUDE_ALL_VALUES_FROM = 
"infer.include.allvaluesfrom";
    +    public static final String INFER_INCLUDE_DOMAIN_RANGE = 
"infer.include.domainrange";
    +    public static final String INFER_INCLUDE_HAS_SELF = 
"infer.include.hasself";
    +    public static final String INFER_INCLUDE_HAS_VALUE = 
"infer.include.hasvalue";
         public static final String INFER_INCLUDE_INTERSECTION_OF = 
"infer.include.intersectionof";
         public static final String INFER_INCLUDE_INVERSEOF = 
"infer.include.inverseof";
         public static final String INFER_INCLUDE_ONE_OF = 
"infer.include.oneof";
    +    public static final String INFER_INCLUDE_PROPERTY_CHAIN = 
"infer.include.propertychain";
    +    public static final String INFER_INCLUDE_REFLEXIVEPROP = 
"infer.include.reflexiveprop";
    --- End diff --
    
    Nit. Change ...REFLEXIVEPROP to ...REFLEXIVE_PROP to match the style of the 
rest of the variable names.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to