[
https://issues.apache.org/jira/browse/RYA-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16211490#comment-16211490
]
ASF GitHub Bot commented on RYA-405:
------------------------------------
Github user isper3at commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/245#discussion_r145780275
--- Diff:
common/rya.api/src/main/java/org/apache/rya/api/resolver/RyaTripleContext.java
---
@@ -19,28 +19,20 @@
* under the License.
*/
-
-
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
-
import org.apache.rya.api.RdfCloudTripleStoreConfiguration;
import org.apache.rya.api.RdfCloudTripleStoreConstants;
import org.apache.rya.api.RdfCloudTripleStoreConstants.TABLE_LAYOUT;
import org.apache.rya.api.domain.RyaStatement;
import org.apache.rya.api.domain.RyaType;
import org.apache.rya.api.domain.RyaURI;
import org.apache.rya.api.query.strategy.TriplePatternStrategy;
-import
org.apache.rya.api.query.strategy.wholerow.HashedPoWholeRowTriplePatternStrategy;
-import
org.apache.rya.api.query.strategy.wholerow.HashedSpoWholeRowTriplePatternStrategy;
-import
org.apache.rya.api.query.strategy.wholerow.NullRowTriplePatternStrategy;
-import
org.apache.rya.api.query.strategy.wholerow.OspWholeRowTriplePatternStrategy;
-import
org.apache.rya.api.query.strategy.wholerow.PoWholeRowTriplePatternStrategy;
-import
org.apache.rya.api.query.strategy.wholerow.SpoWholeRowTriplePatternStrategy;
+import org.apache.rya.api.query.strategy.wholerow.*;
--- End diff --
don't use wildcard imports
> 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)