[
https://issues.apache.org/jira/browse/RYA-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16211427#comment-16211427
]
ASF GitHub Bot commented on RYA-405:
------------------------------------
Github user ejwhite922 commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/245#discussion_r145724742
--- Diff:
common/rya.api/src/main/java/org/apache/rya/api/RdfCloudTripleStoreConfigurationBuilder.java
---
@@ -88,8 +88,8 @@ public B setAuths(String auths) {
* - visibilities assigned to any triples inserted into Rya
* @return B - concrete builder class for chaining method invocations
*/
- public B setVisibilities(String visibilites) {
- this.visibilities = visibilites;
+ public B setVisibilities(String visibilities) {
--- End diff --
Thanks
> Migrate from Sesame to rdf4j libs
> ----------------------------------
>
> Key: RYA-405
> URL: https://issues.apache.org/jira/browse/RYA-405
> Project: Rya
> Issue Type: Improvement
> Affects Versions: 3.2.12
> Reporter: Jorge Machado
>
> I have migrated all the project to the newer libs from rdf4j instead of using
> the old ones.
> Can someone take a look ?
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)