Github user isper3at commented on a diff in the pull request:
https://github.com/apache/incubator-rya/pull/172#discussion_r160530921
--- 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) {
- return new URIImpl(uri.getData());
+ public static URI convertURI(RyaType value) {
--- End diff --
yet another thing git lost to time.
I feel weird documenting just one function I'm just going back to.
---