Skip to content
Snippets Groups Projects
Commit d671f4a9 authored by Manish R Jain's avatar Manish R Jain
Browse files

Add a TODO about language.

parent 9dd2df4c
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ func (nq NQuad) ToEdge() (result x.DirectedEdge, rerr error) {
result.ValueId = oid
} else {
result.Value = nq.ObjectValue
// TODO: Handle Language
}
result.Attribute = nq.Predicate
result.Source = nq.Label
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment