You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by meiercaleb <gi...@git.apache.org> on 2018/01/04 21:02:50 UTC

[GitHub] incubator-rya pull request #172: RYA-303 Mongo PCJ Support

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

    https://github.com/apache/incubator-rya/pull/172#discussion_r159754029
  
    --- Diff: common/rya.api/src/main/java/org/apache/rya/api/resolver/RyaToRdfConversions.java ---
    @@ -40,8 +40,8 @@
      */
     public class RyaToRdfConversions {
     
    -    public static URI convertURI(RyaURI uri) {
    --- End diff --
    
    RyaType is too general of an argument here.  Per our discussion, create a private method that does what you want.


---