Date
1 - 2 of 2
Javadoc broken?
HadoopMarc <bi...@...>
Hi JG team, While trying to answer a question on this list I hit upon the following page in the javadoc: https://javadoc.io/doc/org.janusgraph/janusgraph-core/latest/org/janusgraph/graphdb/relations/RelationIdentifierUtils.html If I click on the RelationIdentifier link to the left of the get() method, I receive an error page. Similarly, the RelationIdentifier class is missing from the javadoc homepage. What happened? Best wishes Marc |
|
BO XUAN LI <libo...@...>
The page is there - https://javadoc.io/doc/org.janusgraph/janusgraph-driver/latest/org/janusgraph/graphdb/relations/RelationIdentifier.html, it's just other pages cannot find it.
toggle quoted message
Show quoted text
I suspect this is because org.janusgraph.graphdb.relations package appear in two modules, janusgraph-driver and janusgraph-core.
|
|