github-actions[bot] opened a new issue #70: URL: https://github.com/apache/incubator-wayang/issues/70
add the description for the implicitis in org.apache.wayang.api.graph https://github.com/apache/incubator-wayang/blob/278cbdc4bd8e87863a7cb43bc68c52ca783039c0/wayang-api/wayang-api-scala-java/code/main/scala/org/apache/wayang/api/graph/package.scala#L29 ```scala */ package object graph { /** * TODO: add the description for the implicitis in org.apache.wayang.api.graph * labels: documentation,todo */ type Vertex = java.lang.Long type Edge = T2[Vertex, Vertex] ``` b1e0e4b397bbbbba3042a694a04106bbeddc22db -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
